Tweak listing of libraries.
This commit is contained in:
@@ -22,6 +22,8 @@ CLEANFILES=
|
||||
NUKEFILES=
|
||||
YACC=yacc
|
||||
YFLAGS=-d
|
||||
LIB=
|
||||
SHORTLIB=
|
||||
|
||||
<|cat $PLAN9/src/mk.$SYSNAME-$OBJTYPE 2>/dev/null || true
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ PROGS=${TARG:%=$O.%}
|
||||
|
||||
all:V: $PROGS
|
||||
|
||||
$O.%: %.$O $OFILES $LIB
|
||||
$O.%: %.$O $OFILES $LIB ${SHORTLIB:%=$LIBDIR/lib%.a}
|
||||
$LD -o $target $prereq $LDFLAGS
|
||||
|
||||
%.install:V: $BIN/%
|
||||
|
||||
Reference in New Issue
Block a user