From: Tom Tromey Date: Thu, 23 Nov 1995 06:18:41 +0000 (+0000) Subject: ($(RECURSIVE)): Removed trailing \ from last line X-Git-Tag: Release-0-25~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10de14d306fae8a633c3f2f4a00301f499d1e2bb;p=thirdparty%2Fautomake.git ($(RECURSIVE)): Removed trailing \ from last line --- diff --git a/lib/am/subdirs.am b/lib/am/subdirs.am index 240bc8040..82eca6d9c 100644 --- a/lib/am/subdirs.am +++ b/lib/am/subdirs.am @@ -19,7 +19,7 @@ $(RECURSIVE): echo making $$target in $$subdir; \ (cd $$subdir; $(MAKE) $$target) \ || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \ - done && test -z "$$fail" \ + done && test -z "$$fail" mostlyclean: mostlyclean-recursive mostlyclean-local diff --git a/subdirs.am b/subdirs.am index 240bc8040..82eca6d9c 100644 --- a/subdirs.am +++ b/subdirs.am @@ -19,7 +19,7 @@ $(RECURSIVE): echo making $$target in $$subdir; \ (cd $$subdir; $(MAKE) $$target) \ || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \ - done && test -z "$$fail" \ + done && test -z "$$fail" mostlyclean: mostlyclean-recursive mostlyclean-local