Added -L flag
This commit is contained in:
parent
d67c9ce97f
commit
1838e7143f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue