From: Ken Raeburn Date: Mon, 27 Mar 2006 21:40:09 +0000 (+0000) Subject: fix up windows include/krb5 references X-Git-Tag: krb5-1.5-alpha1~156 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dac171047159dd64a4baeab9dd2db04fa3dd0cff;p=krb5.git fix up windows include/krb5 references git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17782 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 6c7e18e73..f4075ec10 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2006-03-27 Ken Raeburn + + * 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 * Makefile.in (update-autoconf-h): Don't go into krb5 diff --git a/src/Makefile.in b/src/Makefile.in index 050d3b686..d54b150ae 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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)