diff options
Diffstat (limited to 'src/libmp/port/mkfile')
-rw-r--r-- | src/libmp/port/mkfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/libmp/port/mkfile b/src/libmp/port/mkfile index a9176dd3..682c6763 100644 --- a/src/libmp/port/mkfile +++ b/src/libmp/port/mkfile @@ -33,10 +33,9 @@ FILES=\ mptov\ mptouv\ -OFILES=${FILES:%=%.$O} - +ALLOFILES=${FILES:%=%.$O} # cull things in the per-machine directories from this list -# OFILES= `{sh ./reduce $O $objtype $ALLOFILES} +OFILES= `{sh ./reduce $O $objtype $ALLOFILES} HFILES=\ $PLAN9/include/lib9.h\ @@ -44,3 +43,6 @@ HFILES=\ dat.h\ <$PLAN9/src/mksyslib + +poot: + echo $OFILES |