X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=1554d6328aa9eca0cc5295dc682e72bd15da15bf;hb=e5ebc859654d84aa9098142b34015648d8e333de;hp=622ffb38a2bdbcaebffd49eb82cf5b87c0f003bf;hpb=ae9d96e2ee58639ec8d34bda9705de72dbcaa3db;p=idzebra-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index 622ffb3..1554d63 100644 --- a/Makefile.in +++ b/Makefile.in @@ -116,6 +116,8 @@ $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCI # (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: @@ -142,11 +144,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"; \