diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/Makefile.in | 10 |
2 files changed, 10 insertions, 6 deletions
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 <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 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) |
