From: ceriel Date: Mon, 30 Mar 1987 13:18:10 +0000 (+0000) Subject: No line directives X-Git-Tag: release-5-5~4286 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8d5be706a8ae5893e2e2d4300f5c9af243793459;p=ack.git No line directives --- diff --git a/mach/pdp/libsys/compmodule b/mach/pdp/libsys/compmodule index 32b04832a..ed9205478 100755 --- a/mach/pdp/libsys/compmodule +++ b/mach/pdp/libsys/compmodule @@ -1,4 +1,4 @@ -if pdp -O -c -I../../../h -I. $1 1>&2 +if pdp -O -P -c -I../../../h -I. $1 1>&2 then echo `basename $1 $2`.o else exit 1 fi