]> sourceware.org Git - automake.git/commitdiff
lisp-clean fix
authorTom Tromey <tromey@redhat.com>
Thu, 24 Jul 1997 06:53:05 +0000 (06:53 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 24 Jul 1997 06:53:05 +0000 (06:53 +0000)
ChangeLog
automake.in

index d319fc955aa4b35aa6497e7873492a1050ffbeef..6caf76a86b6202ef497a0f33d1f37312edbf98a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 24 00:52:02 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * 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  <tromey@cygnus.com>
 
        * Released version 1.2.
index ceaaec34dd6fc62659e225fe08a5a7938f5252db..af6580d9115d2a705e047485965e64124f9b6543 100755 (executable)
@@ -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');
 
This page took 0.049394 seconds and 5 git commands to generate.