summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/krb5/ChangeLog4
-rw-r--r--src/include/krb5/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index 2278193d5..d53f899c7 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep 29 14:37:41 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * Makefile.in (clean-unix): Remove autoconf.h on make clean
+
Wed Sep 27 16:00:00 1995 John Rivlin <jrivlin@fusion.com>
* adm_proto.h: Removed use of prototypes using krb5_db_entry
diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in
index 10ddcd0d7..dab1a2a53 100644
--- a/src/include/krb5/Makefile.in
+++ b/src/include/krb5/Makefile.in
@@ -11,7 +11,7 @@ ET_HEADERS = adm_err.h asn1_err.h kdb5_err.h krb5_err.h
BUILT_HEADERS = osconf.h
all-unix:: autoconf.h $(BUILT_HEADERS)
-all-mac:: autoconf.h $(BUILT_HEADERS)
+all-mac:: $(BUILT_HEADERS)
all-windows:
copy stock\osconf.h osconf.h
echo /* not used in windows */ > autoconf.h
@@ -38,6 +38,6 @@ clean::
$(RM) osconf.new $(BUILT_HEADERS)
clean-unix::
- $(RM) $(ET_HEADERS)
+ $(RM) $(ET_HEADERS) autoconf.h
clean-mac::
clean-windows::