Thu Mar 27 17:28:47 1997 Tom Tromey <tromey@cygnus.com>
+ * 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.
-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 .=
(