diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4a7f340d8..092dd6da8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 27 23:21:08 1995 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: Remove util/profile/profile.h after building + kerbsrc.zip; this file screws up the Unix build. + Thu Apr 27 17:54:05 1995 Mark Eichin <eichin@cygnus.com> * configure.in: check KRB4_LIB to know if we're building with krb4 diff --git a/src/Makefile.in b/src/Makefile.in index e6d5a186a..6cb463104 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -237,6 +237,8 @@ kerbsrc.zip: awk-windows zip -Dlk kerbsrc.zip $(ZIPFILES) -x $(ZIPEXCLUDE) zip -Dk kerbsrc.zip $(ZIPBINARYFILES) cp Makefile.bak Makefile + rm -f util/profile/profile.h + # # Part of building the PC release has to be done on Unix. This includes # anything the requires awk. |
