From: Todd C. Miller Date: Tue, 29 Jun 2010 17:05:27 +0000 (-0400) Subject: Add a separate all target for AIX make which was using the entire X-Git-Tag: SUDO_1_8_0~428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd40be626743324663dcdf1276b41a02e8282765;p=sudo Add a separate all target for AIX make which was using the entire LHS (not just the first entry) of the first target as the implicit target. --- diff --git a/Makefile.in b/Makefile.in index 415bcc913..664a41e4c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: