diff options
author | rsc <devnull@localhost> | 2004-04-21 05:49:52 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-21 05:49:52 +0000 |
commit | 7ac9b0e140bed0b34dc88674b3098caa5e193acf (patch) | |
tree | 10ca836d5da9f3b80662664bfb1c79516596ed75 /src/libmp/port/mkfile | |
parent | 0d6c3c240826f43de3937071769a531821c5b4a7 (diff) | |
download | plan9port-7ac9b0e140bed0b34dc88674b3098caa5e193acf.tar.gz plan9port-7ac9b0e140bed0b34dc88674b3098caa5e193acf.tar.bz2 plan9port-7ac9b0e140bed0b34dc88674b3098caa5e193acf.zip |
make scripts work with more shells,
use current variable names.
Diffstat (limited to 'src/libmp/port/mkfile')
-rw-r--r-- | src/libmp/port/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmp/port/mkfile b/src/libmp/port/mkfile index 682c6763..b0cf77cd 100644 --- a/src/libmp/port/mkfile +++ b/src/libmp/port/mkfile @@ -35,7 +35,7 @@ FILES=\ 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\ |