]> sourceware.org Git - automake.git/commitdiff
Fixlets
authorTom Tromey <tromey@redhat.com>
Sun, 11 Aug 1996 18:16:59 +0000 (18:16 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 11 Aug 1996 18:16:59 +0000 (18:16 +0000)
Makefile.in
automake.in

index 734cd8db97eb9d3cf70a8b2922ec9213693afca5..7512459cfbf76b47a93f0be451486a82da3af938 100644 (file)
@@ -61,8 +61,6 @@ ansi2knr.1 aclocal.m4 lisp.am lisp-clean.am
 pkgdata_SCRIPTS = config.guess config.sub install-sh interlock mdate-sh \
 mkinstalldirs elisp-comp ylwrap
 
-CLEANFILES = automake aclocal
-
 # The following requires a fixed version of the Emacs 19.30 etags.
 ETAGS_ARGS = automake.in aclocal.in --lang=none \
  --regex='/^@node[ \t]+\([^,]+\)/\1/' automake.texi
index 10101e8346fb1f43897728382126ad6cfb160b8e..4347906f8e6419eb49c3fc7ea7e6ca7a2c24efc3 100755 (executable)
@@ -1872,7 +1872,7 @@ sub handle_configure
     }
 
     # These files get removed by "make clean".
-    @pretty_print ('CONFIG_CLEAN_FILES = ', '', @actual_other_files);
+    &pretty_print ('CONFIG_CLEAN_FILES = ', '', @actual_other_files);
 }
 
 # Handle C headers.
This page took 0.034767 seconds and 5 git commands to generate.