From 7ac9b0e140bed0b34dc88674b3098caa5e193acf Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 21 Apr 2004 05:49:52 +0000 Subject: make scripts work with more shells, use current variable names. --- src/libmp/port/mkfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libmp/port/mkfile') 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\ -- cgit v1.2.3