patch-2.3.99-pre4 linux/arch/sparc64/prom/Makefile
Next file: linux/arch/sparc64/solaris/Makefile
Previous file: linux/arch/sparc64/mm/ultra.S
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/sparc64/prom/Makefile
- Orig date:
Wed Dec 29 13:13:15 1999
diff -u --recursive --new-file v2.3.99-pre3/linux/arch/sparc64/prom/Makefile linux/arch/sparc64/prom/Makefile
@@ -18,10 +18,10 @@
sync
.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
dep:
$(CPP) $(CPPFLAGS) -M *.c > .depend
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)