* aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): delete pre.out,
authorMark Eichin <eichin@mit.edu>
Sat, 4 Feb 1995 00:00:55 +0000 (00:00 +0000)
committerMark Eichin <eichin@mit.edu>
Sat, 4 Feb 1995 00:00:55 +0000 (00:00 +0000)
Makefile.out, and post.out immediately after using them, for
cleanliness' sake.

tested.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4911 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index f26e7df1c7ed985a396f3d70effd82293630617b..f95d5e6be87390c9ffc5781891a9af77c4ae017e 100644 (file)
@@ -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.
index 0a671454a3d20a9030f476eb6cf0a00252e704ff..91576ea3d7d528439ad1b7611a08c0c06c66b725 100644 (file)
@@ -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