From 7e8760b6d4ebdd464f5f247a85cf5c20370fdd33 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 23 Dec 2000 21:05:20 +0000 Subject: [PATCH] * automake.in (handle_dist_worker): Always define DIST_SUBDIRS. Re-fixes pr87.test. --- ChangeLog | 3 +++ automake.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index a8d71d1b..c3740a57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-12-23 Tom Tromey + * automake.in (handle_dist_worker): Always define DIST_SUBDIRS. + Re-fixes pr87.test. + * subdirs.am (maintainer-clean-recursive): Use DIST_SUBDIRS for distclean and maintainer-clean. * automake.texi (Top level): Document use of DIST_SUBDIRS. diff --git a/automake.in b/automake.in index e7f267ef..533418cc 100755 --- a/automake.in +++ b/automake.in @@ -2722,6 +2722,9 @@ sub handle_dist_worker else { $dist_subdir_name = 'SUBDIRS'; + # We always define this because that is what `distclean' + # wants. + &define_pretty_variable ('DIST_SUBDIRS', '', '$(SUBDIRS)'); } # Test for directory existence here because previous automake -- 2.43.5