]> sourceware.org Git - automake.git/commitdiff
($(RECURSIVE)): Removed trailing \ from last line
authorTom Tromey <tromey@redhat.com>
Thu, 23 Nov 1995 06:18:41 +0000 (06:18 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 23 Nov 1995 06:18:41 +0000 (06:18 +0000)
lib/am/subdirs.am
subdirs.am

index 240bc8040edfb07bff88fab6bf3171abe7548e60..82eca6d9cbb115b272a03a5c8de3933a977657ea 100644 (file)
@@ -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
 
index 240bc8040edfb07bff88fab6bf3171abe7548e60..82eca6d9cbb115b272a03a5c8de3933a977657ea 100644 (file)
@@ -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
 
This page took 0.028404 seconds and 5 git commands to generate.