]> granicus.if.org Git - sudo/commitdiff
Add a separate all target for AIX make which was using the entire
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 29 Jun 2010 17:05:27 +0000 (13:05 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 29 Jun 2010 17:05:27 +0000 (13:05 -0400)
LHS (not just the first entry) of the first target as the implicit
target.

Makefile.in

index 415bcc91395be64ebd6435532afb8cd761f53704..664a41e4c57d79aa6d0b07163f9a7ba8dc6ecc44 100644 (file)
@@ -28,7 +28,10 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
 SHELL = @SHELL@
 
-all install install-dirs install-binaries install-includes install-man install-plugin: config.status
+all: config.status
+       for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@) || break; done
+
+install install-dirs install-binaries install-includes install-man install-plugin: config.status
        for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@) || break; done
 
 autoconf: