patch-2.3.99-pre4 linux/arch/sparc/lib/Makefile
Next file: linux/arch/sparc/math-emu/Makefile
Previous file: linux/arch/sparc/kernel/sys_sunos.c
Back to the patch index
Back to the overall index
-  Lines: 13
 -  Date:
Thu Mar 30 16:56:04 2000
 -  Orig file: 
v2.3.99-pre3/linux/arch/sparc/lib/Makefile
 -  Orig date: 
Sun Mar 19 18:35:30 2000
 
diff -u --recursive --new-file v2.3.99-pre3/linux/arch/sparc/lib/Makefile linux/arch/sparc/lib/Makefile
@@ -13,10 +13,10 @@
 	sync
 
 .S.s:
-	$(CPP) -D__ASSEMBLY__ $(AFLAGS) -ansi -DST_DIV0=0x2 $< -o $*.s
+	$(CPP) $(AFLAGS) -ansi -DST_DIV0=0x2 $< -o $*.s
 
 .S.o:
-	$(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -DST_DIV0=0x2 -c $< -o $*.o
+	$(CC) $(AFLAGS) -ansi -DST_DIV0=0x2 -c $< -o $*.o
 
 dep:
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)