added -L flag
authorceriel <none@none>
Wed, 13 Jul 1988 18:32:06 +0000 (18:32 +0000)
committerceriel <none@none>
Wed, 13 Jul 1988 18:32:06 +0000 (18:32 +0000)
13 files changed:
mach/i80/libmon/compmodule
mach/i86/libsys/compmodule
mach/m68020/libsys/compmodule
mach/m68k2/libsys/compmodule
mach/m68k4/libsys/compmodule
mach/mantra/libsys/compmodule
mach/ns/libsys/compmodule
mach/pdp/libsys/compmodule
mach/pmds/libsys/compmodule
mach/pmds4/libsys/compmodule
mach/xenix3/libsys/compmodule
mach/z80/libmon/compmodule
mach/z80/libsys/compmodule

index 2e87032..de15217 100755 (executable)
@@ -1,4 +1,4 @@
-if i80 -c $1 1>&2
+if i80 -c -L $1 1>&2
 then echo `basename $1 $2`.o
 else exit 1
 fi
index 8ec2f67..7023390 100755 (executable)
@@ -1,4 +1,4 @@
-if i86 -c $1 1>&2
+if i86 -c -L $1 1>&2
 then echo `basename $1 $2`.o
 else exit 1
 fi
index a61e867..58dc66c 100755 (executable)
@@ -1,4 +1,4 @@
-if m68020 -c $1 1>&2
+if m68020 -c -L $1 1>&2
 then echo `basename $1 $2`.o
 else exit 1
 fi
index 02105f2..bfdaef6 100755 (executable)
@@ -1,4 +1,4 @@
-if m68k2 -c $1 1>&2
+if m68k2 -c -L $1 1>&2
 then echo `basename $1 $2`.o
 else exit 1
 fi
index 80f42aa..d80f03d 100755 (executable)
@@ -1,4 +1,4 @@
-if m68k4 -c $1 1>&2
+if m68k4 -L -c $1 1>&2
 then echo `basename $1 $2`.o
 else exit 1
 fi
index 14b4df6..48038e3 100755 (executable)
@@ -1,4 +1,4 @@
-if mantra -c $1 1>&2
+if mantra -c -L $1 1>&2
 then echo `basename $1 $2`.o
 else exit 1
 fi
index adf99cc..e32bc09 100755 (executable)
@@ -1,4 +1,4 @@
-if ns -c $1 1>&2
+if ns -c -L $1 1>&2
 then echo `basename $1 $2`.o
 else exit 1
 fi
index 32b0483..da10f2f 100755 (executable)
@@ -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
index 38b5335..02a0217 100755 (executable)
@@ -1,4 +1,4 @@
-if pmds -c $1 1>&2
+if pmds -L -c $1 1>&2
 then echo `basename $1 $2`.o
 else exit 1
 fi
index c5b59be..8d98a6d 100755 (executable)
@@ -1,4 +1,4 @@
-if pmds4 -c $1 1>&2
+if pmds4 -L -c $1 1>&2
 then echo `basename $1 $2`.o
 else exit 1
 fi
index e1c76ed..d963eaf 100755 (executable)
@@ -1,4 +1,4 @@
-if xenix3 -c $1 1>&2
+if xenix3 -c -L $1 1>&2
 then echo `basename $1 $2`.o
 else exit 1
 fi
index ec9d18f..97ebc56 100755 (executable)
@@ -1,4 +1,4 @@
-if z80 -c $1 1>&2
+if z80 -c -L $1 1>&2
 then echo `basename $1 $2`.o
 else exit 1
 fi
index ec9d18f..97ebc56 100755 (executable)
@@ -1,4 +1,4 @@
-if z80 -c $1 1>&2
+if z80 -c -L $1 1>&2
 then echo `basename $1 $2`.o
 else exit 1
 fi