patch-2.4.19 linux-2.4.19/arch/sparc64/kernel/Makefile

Next file: linux-2.4.19/arch/sparc64/kernel/binfmt_aout32.c
Previous file: linux-2.4.19/arch/sparc64/defconfig
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/sparc64/kernel/Makefile linux-2.4.19/arch/sparc64/kernel/Makefile
@@ -1,19 +1,11 @@
 # $Id: Makefile,v 1.69 2001/11/19 04:09:53 davem Exp $
 # Makefile for the linux kernel.
 #
-# Note! Dependencies are done automagically by 'make dep', which also
-# removes any old dependencies. DON'T put your own dependencies here
-# unless it's something special (ie not a .c file).
-#
-# Note 2! The CFLAGS definitions are now in the main makefile...
 
 SH = $(CONFIG_SHELL)
 
-.S.s:
-	$(CPP) $(AFLAGS) -ansi $< -o $*.s
-
-.S.o:
-	$(CC) $(AFLAGS) -ansi -c $< -o $*.o
+USE_STANDARD_AS_RULE := true
+EXTRA_AFLAGS := -ansi
 
 all: kernel.o head.o init_task.o
 

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