tInstall commands before subdirectories, so we get yacc before compiling hoc. - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 2fd9db992abb50c889272c62cd68bce884407c15 | |
parent b4705757e57c6f5e21715e8a1e9513af09c37775 | |
Author: rsc | |
Date: Sun, 29 Feb 2004 22:58:04 +0000 Install commands before subdirectories, so we get yacc before compiling hoc. Diffstat: M src/mkmany | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- | |
diff --git a/src/mkmany b/src/mkmany | |
t@@ -13,12 +13,14 @@ $O.%: %.$O $OFILES $LIB $BIN/%: $O.% $INSTALL $O.$stem $BIN/$stem -install:V: +many-install:V: for i in $TARG do mk $MKFLAGS $i.install done +install:V: many-install + CLEANFILES=$CLEANFILES $PROGS NUKEFILES=$NUKEFILES ${TARG:%=$BIN/%} |