fix: resolve forward references if definition is needed in lookfor()

This commit is contained in:
ceriel
1988-09-20 13:31:57 +00:00
parent f8fb06210d
commit 7e502b0937
4 changed files with 58 additions and 15 deletions

View File

@@ -12,6 +12,9 @@ currdir=`pwd`
case $1 in
main) target=$currdir/$1
;;
omain) target=$currdir/$1
options=-DPEEPHOLE
;;
Xlint) target=$1
;;
*) echo "$0: $1: Illegal argument" 1>&2
@@ -51,4 +54,4 @@ $i: clashes $PW/$i
\$(CID) -Fclashes < $PW/$i > $i
EOF
done
make EMHOME=$EMHOME CURRDIR=$currdir $target
make EMHOME=$EMHOME CURRDIR=$currdir COPTIONS=$options $target