* lib/am/subdirs.am:
authorAkim Demaille <akim@epita.fr>
Thu, 4 Apr 2002 10:42:27 +0000 (10:42 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 4 Apr 2002 10:42:27 +0000 (10:42 +0000)
($(RECURSIVE_TARGETS), maintainer-clean-recursive):
$(MAKEFLAGS) -> $$MAKEFLAGS, so that we don't run into problems if
MAKEFLAGS contains '$(...)'.

ChangeLog
lib/am/subdirs.am

index d9afbb0..25532f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-04-04  Paul Eggert  <eggert@twinsun.com>
+
+       * lib/am/subdirs.am:
+       ($(RECURSIVE_TARGETS), maintainer-clean-recursive):
+       $(MAKEFLAGS) -> $$MAKEFLAGS, so that we don't run into problems if
+       MAKEFLAGS contains '$(...)'.
+
 2002-04-02  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * tests/specflags8.test: Typo.
index 4b1ab2f..86098e1 100644 (file)
@@ -32,7 +32,7 @@ check-recursive installcheck-recursive
 # (2) otherwise, pass the desired values on the `make' command line.
 
 $(RECURSIVE_TARGETS):
-       @set fnord $(MAKEFLAGS); amf=$$2; \
+       @set fnord $$MAKEFLAGS; amf=$$2; \
        dot_seen=no; \
        target=`echo $@ | sed s/-recursive//`; \
        list='$(SUBDIRS)'; for subdir in $$list; do \
@@ -69,7 +69,7 @@ maintainer-clean-recursive
 ## bombs.
 mostlyclean-recursive clean-recursive distclean-recursive \
 maintainer-clean-recursive:
-       @set fnord $(MAKEFLAGS); amf=$$2; \
+       @set fnord $$MAKEFLAGS; amf=$$2; \
        dot_seen=no; \
 ## For distclean and maintainer-clean we make sure to use the full
 ## list of subdirectories.  We do this so that `configure; make