patch-2.3.34 linux/arch/ppc/lib/Makefile
Next file: linux/arch/ppc/mbxboot/Makefile
Previous file: linux/arch/ppc/kernel/smp.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Dec 20 14:43:40 1999
- Orig file:
v2.3.33/linux/arch/ppc/lib/Makefile
- Orig date:
Wed Dec 23 07:34:11 1998
diff -u --recursive --new-file v2.3.33/linux/arch/ppc/lib/Makefile linux/arch/ppc/lib/Makefile
@@ -3,7 +3,7 @@
#
.S.o:
- $(CC) -D__ASSEMBLY__ -c $< -o $*.o
+ $(CC) -D__ASSEMBLY__ $(AFLAGS) -c $< -o $*.o
O_TARGET = lib.o
O_OBJS = checksum.o string.o strcase.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)