Added -L flag

This commit is contained in:
ceriel 1988-07-13 18:24:07 +00:00
parent d67c9ce97f
commit 1838e7143f

View file

@ -1,4 +1,4 @@
if vax4 -O -c -I../../../h -I. $1 1>&2
if vax4 -O -c -L -I../../../h -I. $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi