($(RECURSIVE_TARGETS), maintainer-clean-recursive):
$(MAKEFLAGS) -> $$MAKEFLAGS, so that we don't run into problems if
MAKEFLAGS contains '$(...)'.
+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.
# (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 \
## 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