From 570659df01bf5b78ca459db131e1f428e3e523b4 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 28 Apr 1995 13:35:39 +0000 Subject: Remove util/profile/prof_err.[ch] after building kerbsrc.zip, since this also screws up the Unix build. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5599 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 6 ++++++ src/Makefile.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4edb9cfa1..facb5697b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +Fri Apr 28 09:33:52 1995 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: Also remove util/profile/prof_err.[ch] after + building kerbsrc.zip, since this also screws up the Unix + build. + Fri Apr 28 02:03:56 1995 Mark W. Eichin * aclocal.m4 (WITH_KRB4): fix quoting in pathname case. diff --git a/src/Makefile.in b/src/Makefile.in index 6cb463104..84360ccc7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -237,7 +237,7 @@ 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 + rm -f util/profile/profile.h util/profile/prof_err.[ch] # # Part of building the PC release has to be done on Unix. This includes -- cgit