From: ceriel Date: Wed, 13 Jul 1988 18:24:07 +0000 (+0000) Subject: Added -L flag X-Git-Tag: release-5-5~3041 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1838e7143f9ab513ad6be83c8b804680b1d563f1;p=ack.git Added -L flag --- diff --git a/mach/vax4/libsysV_2/compmodule b/mach/vax4/libsysV_2/compmodule index 67777e8a6..3b054dea9 100755 --- a/mach/vax4/libsysV_2/compmodule +++ b/mach/vax4/libsysV_2/compmodule @@ -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