summaryrefslogtreecommitdiffstats
path: root/src/windows/makefile
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-28 07:33:29 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-28 07:33:29 +0000
commite3f7fe918ea047bd60c925a09da72a3d7d6c8e87 (patch)
treedc536f1469afb81841062e476f5af0088450d9c1 /src/windows/makefile
parent45b2e3a579229c8cc7cd8557d3fb6270c5715b86 (diff)
downloadkrb5-e3f7fe918ea047bd60c925a09da72a3d7d6c8e87.tar.gz
krb5-e3f7fe918ea047bd60c925a09da72a3d7d6c8e87.tar.xz
krb5-e3f7fe918ea047bd60c925a09da72a3d7d6c8e87.zip
Fixed typo in windows makefile
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5282 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/makefile')
-rw-r--r--src/windows/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/makefile b/src/windows/makefile
index 1fef7f0a1..80163378f 100644
--- a/src/windows/makefile
+++ b/src/windows/makefile
@@ -6,7 +6,7 @@ all::
cd cns
-$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
@echo Making in windows\wintel
- cd wintel
+ cd ..\wintel
-$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
cd ..
@@ -15,7 +15,7 @@ clean::
cd cns
-$(MAKE) -$(MAKEFLAGS) clean
@echo Making clean in windows\wintel
- cd wintel
+ cd ..\wintel
-$(MAKE) -$(MAKEFLAGS) clean
cd ..