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

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