From 7cbf248230aa8668734c3762466434dda1098640 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 28 Mar 1997 03:58:59 +0000 Subject: [PATCH] avoid automake rules in dist in more situations --- ChangeLog | 4 ++++ automake.in | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 00aa5a2bc..b4c246061 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Thu Mar 27 17:28:47 1997 Tom Tromey + * automake.in (handle_dist_worker): Avoid automake rules in + generated Makefile when no-dependencies specified. From Greg + Woods. + * m4/lispdir.m4: Don't AC_SUBST ELCFILES. From Greg Woods. * texi-vers.am (stamp-@VTI@): Make commands silent. diff --git a/automake.in b/automake.in index 6de55ef21..1f786e1eb 100755 --- a/automake.in +++ b/automake.in @@ -2124,10 +2124,10 @@ sub handle_dist_worker -chmod 755 $(distdir) '; - # Only run automake in `dist' target if --include-deps not - # specified. That way the recipient of a distribution can run - # "make dist" and not need Automake. - if ($cmdline_use_dependencies) + # Only run automake in `dist' target if --include-deps and + # `no-dependencies' not specified. That way the recipient of + # a distribution can run "make dist" and not need Automake. + if ($use_dependencies) { $output_rules .= ( -- 2.47.3