From 86d2a8a2da11e9d146a82e4c45caea632fcb9682 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 11 Aug 1996 18:16:59 +0000 Subject: [PATCH] Fixlets --- Makefile.in | 2 -- automake.in | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 734cd8db..7512459c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/automake.in b/automake.in index 10101e83..4347906f 100755 --- a/automake.in +++ b/automake.in @@ -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. -- 2.43.5