X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile.in;h=881e44921ef050ae0d85abc5724a36bb9d1ad245;hb=087298c5eeb7746a1d0ded9067b1d582bd641a25;hp=32d71d6f191a6db466ab635d9e2623c82d7c4ca4;hpb=ae9d96e2ee58639ec8d34bda9705de72dbcaa3db;p=idzebra-moved-to-github.git diff --git a/test/Makefile.in b/test/Makefile.in index 32d71d6..881e449 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -100,6 +100,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. +@SET_MAKE@ + all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive: @@ -126,11 +128,10 @@ maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ + rev="$$subdir $$rev"; \ + test "$$subdir" = "." && dot_seen=yes; \ done; \ - rev="$$rev ."; \ + test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \