Fixed typo in windows makefile
authorKeith Vetter <keithv@fusion.com>
Tue, 28 Mar 1995 07:33:29 +0000 (07:33 +0000)
committerKeith Vetter <keithv@fusion.com>
Tue, 28 Mar 1995 07:33:29 +0000 (07:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5282 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/ChangeLog
src/windows/makefile

index 76b2f31fa7d712e5be56888ce5b1e8e2d96de6fd..32b38e6b1a7d8f2c4aadc07cd0554845b3712855 100644 (file)
@@ -1,3 +1,7 @@
+Mon Mar 27 23:34:58 1995 Keith Vetter (keithv@fusion.com)
+
+       * makefile: fixed typo on the cd command
+
 Mon Mar 27 20:34:58 1995 Keith Vetter (keithv@fusion.com)
 
        * makefile: makes recursively in wintel directory
index 1fef7f0a117657d4ab032490f7f272f92d7e3411..80163378f53c467fd64864be796989b15d7cb31e 100644 (file)
@@ -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 ..