patch-2.3.34 linux/arch/m68k/lib/Makefile
Next file: linux/arch/m68k/math-emu/Makefile
Previous file: linux/arch/m68k/kernel/Makefile
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Dec 20 14:43:39 1999
-  Orig file: 
v2.3.33/linux/arch/m68k/lib/Makefile
-  Orig date: 
Wed Sep 25 00:47:40 1996
diff -u --recursive --new-file v2.3.33/linux/arch/m68k/lib/Makefile linux/arch/m68k/lib/Makefile
@@ -3,7 +3,7 @@
 #
 
 .S.o:
-	$(CC) -D__ASSEMBLY__ -traditional -c $< -o $@
+	$(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $< -o $@
 
 L_TARGET = lib.a
 L_OBJS  = ashrdi3.o checksum.o memcpy.o memcmp.o memset.o semaphore.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)