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~201 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=ff744a2419ce5d0e1605d64056aee5cf5f855b85;p=automake.git ($(RECURSIVE)): Removed trailing \ from last line --- diff --git a/lib/am/subdirs.am b/lib/am/subdirs.am index 240bc804..82eca6d9 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 240bc804..82eca6d9 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