patch-2.3.99-pre4 linux/arch/sparc/math-emu/Makefile
Next file: linux/arch/sparc/mm/Makefile
Previous file: linux/arch/sparc/lib/Makefile
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/math-emu/Makefile
-  Orig date: 
Mon Dec 20 18:48:21 1999
diff -u --recursive --new-file v2.3.99-pre3/linux/arch/sparc/math-emu/Makefile linux/arch/sparc/math-emu/Makefile
@@ -11,10 +11,10 @@
 O_OBJS   := math.o ashldi3.o
 
 .S.s:
-	$(CPP) -D__ASSEMBLY__ $(AFLAGS) -ansi $< -o $*.s
+	$(CPP) $(AFLAGS) -ansi $< -o $*.s
 
 .S.o:
-	$(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -c $< -o $*.o
+	$(CC) $(AFLAGS) -ansi -c $< -o $*.o
 
 CFLAGS += -I. -I$(TOPDIR)/include/math-emu -w
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)