aboutsummaryrefslogtreecommitdiff
path: root/src/libmp/port/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-21 05:49:52 +0000
committerrsc <devnull@localhost>2004-04-21 05:49:52 +0000
commit7ac9b0e140bed0b34dc88674b3098caa5e193acf (patch)
tree10ca836d5da9f3b80662664bfb1c79516596ed75 /src/libmp/port/mkfile
parent0d6c3c240826f43de3937071769a531821c5b4a7 (diff)
downloadplan9port-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/mkfile2
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\