Browse Source

added -L flag

ceriel 36 years ago
parent
commit
bf6e820ee9

+ 1 - 1
mach/i80/libmon/compmodule

@@ -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

+ 1 - 1
mach/i86/libsys/compmodule

@@ -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

+ 1 - 1
mach/m68020/libsys/compmodule

@@ -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

+ 1 - 1
mach/m68k2/libsys/compmodule

@@ -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

+ 1 - 1
mach/m68k4/libsys/compmodule

@@ -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

+ 1 - 1
mach/mantra/libsys/compmodule

@@ -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

+ 1 - 1
mach/ns/libsys/compmodule

@@ -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

+ 1 - 1
mach/pdp/libsys/compmodule

@@ -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

+ 1 - 1
mach/pmds/libsys/compmodule

@@ -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

+ 1 - 1
mach/pmds4/libsys/compmodule

@@ -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

+ 1 - 1
mach/xenix3/libsys/compmodule

@@ -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

+ 1 - 1
mach/z80/libmon/compmodule

@@ -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

+ 1 - 1
mach/z80/libsys/compmodule

@@ -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