fix up windows include/krb5 references
authorKen Raeburn <raeburn@mit.edu>
Mon, 27 Mar 2006 21:40:09 +0000 (21:40 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 27 Mar 2006 21:40:09 +0000 (21:40 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17782 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index 6c7e18e73d7c0575c9610613e41978aac198caea..f4075ec10af4a64e7eb139b0ed8b956e19a97f7a 100644 (file)
@@ -1,3 +1,9 @@
+2006-03-27  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (all-windows): Don't go into include\krb5.
+       (WINMAKEFILES): Remove include\krb5\Makefile.
+       (include\krb5\Makefile): Target deleted.
+
 2006-03-11  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (update-autoconf-h): Don't go into krb5
index 050d3b686d17d054fc65435be839b7c7a48e0752..d54b150ae0a5721c958bf1bc122a95890b86a4dc 100644 (file)
@@ -32,11 +32,11 @@ config.status: $(SRCTOP)/config/shlib.conf
 ##DOS##!endif
 
 all-windows:: maybe-awk Makefile-windows
-       @echo Making autoconf.h in include\krb5
-       cd include\krb5
+       @echo Making autoconf.h in include
+       cd include
        $(MAKE) -$(MFLAGS) autoconf.h
        @echo Making in util
-       cd ..\..\util
+       cd ..\util
        $(MAKE) -$(MFLAGS)
        @echo Making in include
        cd ..\include
@@ -169,7 +169,7 @@ WINMAKEFILES=Makefile \
        clients\kinit\Makefile clients\klist\Makefile \
        clients\kpasswd\Makefile clients\kvno\Makefile \
        clients\kcpytkt\Makefile clients\kdeltkt\Makefile \
-       include\Makefile include\krb5\Makefile \
+       include\Makefile \
        krb524\Makefile \
        lib\Makefile lib\crypto\Makefile \
        lib\crypto\crc32\Makefile lib\crypto\des\Makefile \
@@ -226,8 +226,6 @@ WINMAKEFILES=Makefile \
 ##DOS##        $(WCONFIG) config < $@.in > $@
 ##DOS##include\Makefile: include\Makefile.in $(MKFDEP)
 ##DOS##        $(WCONFIG) config < $@.in > $@
-##DOS##include\krb5\Makefile: include\krb5\Makefile.in $(MKFDEP)
-##DOS##        $(WCONFIG) config < $@.in > $@
 ##DOS##krb524\Makefile: krb524\Makefile.in $(MKFDEP)
 ##DOS##        $(WCONFIG) config < $@.in > $@
 ##DOS##lib\Makefile: lib\Makefile.in $(MKFDEP)