diff options
author | rsc <devnull@localhost> | 2004-02-29 22:58:04 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-02-29 22:58:04 +0000 |
commit | 2fd9db992abb50c889272c62cd68bce884407c15 (patch) | |
tree | 86950082bb1f57707724fcb0ac35a99a6afcb103 /src/mkmany | |
parent | b4705757e57c6f5e21715e8a1e9513af09c37775 (diff) | |
download | plan9port-2fd9db992abb50c889272c62cd68bce884407c15.tar.gz plan9port-2fd9db992abb50c889272c62cd68bce884407c15.tar.bz2 plan9port-2fd9db992abb50c889272c62cd68bce884407c15.zip |
Install commands before subdirectories,
so we get yacc before compiling hoc.
Diffstat (limited to 'src/mkmany')
-rw-r--r-- | src/mkmany | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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/%} |