added -L flag

This commit is contained in:
ceriel
1988-07-13 18:32:06 +00:00
parent 0207afb434
commit bf6e820ee9
13 changed files with 13 additions and 13 deletions

View File

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