summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/aclocal.m42
2 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f26e7df1c..f95d5e6be 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+Thu Feb 2 21:11:24 1995 Mark Eichin (eichin@cygnus.com)
+
+ * aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): delete pre.out,
+ Makefile.out, and post.out immediately after using them, for
+ cleanliness' sake.
+
Fri Feb 3 06:47:24 1995 Theodore Y. Ts'o (tytso@dcl)
* acconfig.h: Remove BITS* definitions altogether.
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 0a671454a..91576ea3d 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -546,7 +546,7 @@ dnl
dnl V5_OUTPUT_MAKEFILE
dnl
define(V5_AC_OUTPUT_MAKEFILE,
-[AC_OUTPUT(pre.out:[$]ac_prepend Makefile.out:Makefile.in post.out:[$]ac_postpend,[EXTRA_RULES], cat pre.out Makefile.out post.out > Makefile)])dnl
+[AC_OUTPUT(pre.out:[$]ac_prepend Makefile.out:Makefile.in post.out:[$]ac_postpend,[EXTRA_RULES], cat pre.out Makefile.out post.out > Makefile; rm pre.out Makefile.out post.out)])dnl
dnl
dnl CHECK_UTMP: check utmp structure and functions
dnl