patch-2.3.99-pre4 linux/arch/ppc/chrpboot/Makefile
Next file: linux/arch/ppc/config.in
Previous file: linux/arch/ppc/boot/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/ppc/chrpboot/Makefile
-  Orig date: 
Fri Mar 10 16:40:40 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/arch/ppc/chrpboot/Makefile linux/arch/ppc/chrpboot/Makefile
@@ -12,9 +12,9 @@
 .c.o:
 	$(CC) $(CFLAGS) -DKERNELBASE=$(KERNELBASE) -c -o $*.o $<
 .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 $<
 
 CFLAGS	= $(CPPFLAGS) -O -fno-builtin -DSTDC_HEADERS
 LD_ARGS = -Ttext 0x00400000
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)