patch-2.3.99-pre4 linux/arch/ia64/kdb/Makefile

Next file: linux/arch/ia64/kernel/Makefile
Previous file: linux/arch/ia64/ia32/sys_ia32.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre3/linux/arch/ia64/kdb/Makefile linux/arch/ia64/kdb/Makefile
@@ -13,7 +13,7 @@
 ALL_SUB_DIRS := $(SUB_DIRS)
 
 .S.o:
-	$(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $< -o $*.o
+	$(CC) $(AFLAGS) -traditional -c $< -o $*.o
 
 L_TARGET = kdb.a
 L_OBJS  = kdbsupport.o kdb_io.o kdb_bt.o kdb_traps.o

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)