]> sourceware.org Git - automake.git/commitdiff
(_all): New target. Now use Jim Meyering's formulation of AIX
authorTom Tromey <tromey@redhat.com>
Mon, 20 Nov 1995 22:48:03 +0000 (22:48 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 20 Nov 1995 22:48:03 +0000 (22:48 +0000)
workaround.
(install-exec, install-data): New targets

lib/am/subdirs.am
subdirs.am

index 5aaabc71baa561c3f9c950c5d2e2374dcd54683f..730ee53b3c966248c32a04881a6008e3afd3fb35 100644 (file)
@@ -7,16 +7,11 @@
 
 @SET_MAKE@
 
-# NOTE: "all" is separate because otherwise the AIX 3.2.5 make will
+# NOTE: "_all" is separate because otherwise the AIX 3.2.5 make will
 # run all of the "all", "install", "uninstall", etc targets if run
-# with no arguments.  Reported by luik@isa.DE (Andreas Luik).
-all::
-       for subdir in $(SUBDIRS); do \
-         echo making $@ in $$subdir ; \
-         (cd $$subdir; $(MAKE) $@); \
-       done
-
-install install-info uninstall check info dvi id ID::
+# with no arguments.
+_all: all
+all install install-exec install-data install-info uninstall check info dvi id ID::
        for subdir in $(SUBDIRS); do \
          echo making $@ in $$subdir ; \
          (cd $$subdir; $(MAKE) $@); \
index 5aaabc71baa561c3f9c950c5d2e2374dcd54683f..730ee53b3c966248c32a04881a6008e3afd3fb35 100644 (file)
@@ -7,16 +7,11 @@
 
 @SET_MAKE@
 
-# NOTE: "all" is separate because otherwise the AIX 3.2.5 make will
+# NOTE: "_all" is separate because otherwise the AIX 3.2.5 make will
 # run all of the "all", "install", "uninstall", etc targets if run
-# with no arguments.  Reported by luik@isa.DE (Andreas Luik).
-all::
-       for subdir in $(SUBDIRS); do \
-         echo making $@ in $$subdir ; \
-         (cd $$subdir; $(MAKE) $@); \
-       done
-
-install install-info uninstall check info dvi id ID::
+# with no arguments.
+_all: all
+all install install-exec install-data install-info uninstall check info dvi id ID::
        for subdir in $(SUBDIRS); do \
          echo making $@ in $$subdir ; \
          (cd $$subdir; $(MAKE) $@); \
This page took 0.028932 seconds and 5 git commands to generate.