X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.in;h=5103b340ddd4956af71f43409439ff9612bd1802;hb=6a045f4752f3aeeeb4e0d952a1240245c5c67a37;hp=0cd4ffe6c7abca4eab161ae81a550815f8b5c55e;hpb=87515c8d89b4b0e3ceadac4bded487efa099a94e;p=idzebra-moved-to-github.git diff --git a/Makefile.in b/Makefile.in index 0cd4ffe..5103b34 100644 --- a/Makefile.in +++ b/Makefile.in @@ -61,7 +61,6 @@ CC = @CC@ CPP = @CPP@ DEFS = @DEFS@ MAKEINFO = @MAKEINFO@ -ODEFS = @ODEFS@ PACKAGE = @PACKAGE@ PROGPREFIX = @PROGPREFIX@ RANLIB = @RANLIB@ @@ -116,8 +115,6 @@ $(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: @@ -144,10 +141,11 @@ maintainer-clean-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ - rev="$$subdir $$rev"; \ - test "$$subdir" = "." && dot_seen=yes; \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ done; \ - test "$$dot_seen" = "no" && rev=". $$rev"; \ + rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \