From ad346fe9e12ee733a3b9f2b560d942fd3c62fc18 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 24 Jul 1997 06:53:05 +0000 Subject: [PATCH] lisp-clean fix --- ChangeLog | 5 +++++ automake.in | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index d319fc95..6caf76a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 24 00:52:02 1997 Tom Tromey + + * automake.in (handle_emacs_lisp): Put contents of lisp-clean.am + into output. From Karl Berry. + Sun Jun 22 14:01:59 1997 Tom Tromey * Released version 1.2. diff --git a/automake.in b/automake.in index ceaaec34..af6580d9 100755 --- a/automake.in +++ b/automake.in @@ -3740,6 +3740,7 @@ sub handle_emacs_lisp grep ($_ .= 'c', @elfiles); &define_pretty_variable ('ELCFILES', '', @elfiles); + $output_rules .= &file_contents ('lisp-clean'); push (@clean, 'lisp'); &push_phony_cleaners ('lisp'); -- 2.43.5