diff options
author | rsc <devnull@localhost> | 2006-04-21 03:44:05 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-04-21 03:44:05 +0000 |
commit | c7384386b8c771372b388c1e636fed560abe620c (patch) | |
tree | 9c46687f15c85c88d40e9126292eaef3d6183ece /src/libmp/386/mkfile | |
parent | a2000ee73e78998f6a57a05eb11639462f936bd4 (diff) | |
download | plan9port-c7384386b8c771372b388c1e636fed560abe620c.tar.gz plan9port-c7384386b8c771372b388c1e636fed560abe620c.tar.bz2 plan9port-c7384386b8c771372b388c1e636fed560abe620c.zip |
no types
Diffstat (limited to 'src/libmp/386/mkfile')
-rw-r--r-- | src/libmp/386/mkfile | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/src/libmp/386/mkfile b/src/libmp/386/mkfile index 06a0a988..799f0dd9 100644 --- a/src/libmp/386/mkfile +++ b/src/libmp/386/mkfile @@ -1,19 +1,13 @@ <$PLAN9/src/mkhdr LIB=libmp.a -SFILES=\ - mpdigdiv.s\ - mpvecadd.s\ - mpvecdigmuladd.s\ - mpvecdigmulsub.s\ - mpvecsub.s\ +OFILES=\ + mpdigdiv.$O\ + mpvecadd.$O\ + mpvecdigmuladd.$O\ + mpvecdigmulsub.$O\ + mpvecsub.$O\ HFILES=$PLAN9/include/mp.h ../port/dat.h -OFILES=${SFILES:%.s=%.$O} - -UPDATE=mkfile\ - $HFILES\ - $SFILES\ - <$PLAN9/src/mksyslib |