patch-2.3.99-pre4 linux/arch/ia64/sn/Makefile
Next file: linux/arch/ia64/sn/sn1/Makefile
Previous file: linux/arch/ia64/lib/Makefile
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Thu Mar 30 16:56:04 2000
- Orig file:
v2.3.99-pre3/linux/arch/ia64/sn/Makefile
- Orig date:
Thu Feb 10 17:11:03 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/arch/ia64/sn/Makefile linux/arch/ia64/sn/Makefile
@@ -10,9 +10,9 @@
AFLAGS := $(AFLAGS) -DCONFIG_SGI_SN1 -DSN1 -DSOFTSDV
.S.s:
- $(CC) -D__ASSEMBLY__ $(AFLAGS) -E -o $*.s $<
+ $(CPP) $(AFLAGS) -o $*.s $<
.S.o:
- $(CC) -D__ASSEMBLY__ $(AFLAGS) -c -o $*.o $<
+ $(CC) $(AFLAGS) -c -o $*.o $<
all: sn.a
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)