patch-2.3.99-pre4 linux/arch/ia64/boot/Makefile
Next file: linux/arch/ia64/config.in
Previous file: linux/arch/i386/math-emu/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/boot/Makefile
- Orig date:
Thu Feb 10 17:11:03 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/arch/ia64/boot/Makefile linux/arch/ia64/boot/Makefile
@@ -11,9 +11,9 @@
LINKFLAGS = -static -T bootloader.lds
.S.s:
- $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -E -o $*.o $<
+ $(CPP) $(AFLAGS) -traditional -o $*.o $<
.S.o:
- $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c -o $*.o $<
+ $(CC) $(AFLAGS) -traditional -c -o $*.o $<
OBJECTS = bootloader.o
TARGETS =
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)