plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 2fd9db992abb50c889272c62cd68bce884407c15
parent b4705757e57c6f5e21715e8a1e9513af09c37775
Author: rsc <devnull@localhost>
Date:   Sun, 29 Feb 2004 22:58:04 +0000

Install commands before subdirectories,
so we get yacc before compiling hoc.

Diffstat:
Msrc/mkmany | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/mkmany b/src/mkmany @@ -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/%}