patch-2.3.34 linux/arch/sparc/ap1000/Makefile
Next file: linux/arch/sparc/kernel/Makefile
Previous file: linux/arch/ppc/mm/init.c
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Mon Dec 20 14:43:40 1999
-  Orig file: 
v2.3.33/linux/arch/sparc/ap1000/Makefile
-  Orig date: 
Sun Jan 26 02:07:06 1997
diff -u --recursive --new-file v2.3.33/linux/arch/sparc/ap1000/Makefile linux/arch/sparc/ap1000/Makefile
@@ -6,9 +6,9 @@
 #
 
 .S.s:
-	$(CPP) -D__ASSEMBLY__ -ansi $< -o $*.s
+	$(CPP) -D__ASSEMBLY__ $(AFLAGS) -ansi $< -o $*.s
 .S.o:
-	$(CC) -D__ASSEMBLY__ -ansi -c $< -o $*.o
+	$(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -c $< -o $*.o
 
 all: ap1000lib.o
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)