patch-2.0.21-2.1.0 linux/arch/m68k/ifpsp060/Makefile
Next file: linux/arch/m68k/ifpsp060/fskeleton.S
Previous file: linux/arch/m68k/fpsp040/skeleton.S
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Sep 25 10:47:39 1996
- Orig file:
lx2.0/v2.0.21/linux/arch/m68k/ifpsp060/Makefile
- Orig date:
Tue Apr 23 17:14:22 1996
diff -u --recursive --new-file lx2.0/v2.0.21/linux/arch/m68k/ifpsp060/Makefile linux/arch/m68k/ifpsp060/Makefile
@@ -4,15 +4,9 @@
# License. See the file "README.legal" in the main directory of this archive
# for more details.
-#.c.s:
-# $(CC) $(CFLAGS) -S $<
-#.c.o:
-# $(CC) $(CFLAGS) -c $<
-#.s.o:
-# $(AS) -o $*.o $<
.S.o:
- $(AS) -o $*.o $<
-# $(CC) -D__ASSEMBLY__ -traditional -c -o $*.o $<
+# $(AS) -o $*.o $<
+ $(CC) -D__ASSEMBLY__ -traditional -c -o $*.o $<
OS_TARGET := ifpsp.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov