patch-2.4.19 linux-2.4.19/arch/mips/tools/Makefile

Next file: linux-2.4.19/arch/mips/tools/offset.c
Previous file: linux-2.4.19/arch/mips/sni/setup.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/mips/tools/Makefile linux-2.4.19/arch/mips/tools/Makefile
@@ -3,14 +3,9 @@
 # Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
 # Copyright (C) 1997 Ralf Baechle (ralf@gnu.ai.mit.edu)
 #
-# $Id: Makefile,v 1.2 1997/09/23 06:23:49 ralf Exp $
-#
 TARGET	:= $(TOPDIR)/include/asm-$(ARCH)/offset.h
 
-.S.s:
-	$(CPP) $(CFLAGS) $< -o $*.s
-.S.o:
-	$(CC) $(CFLAGS) -c $< -o $*.o
+USE_STANDARD_AS_RULE := true
 
 $(TARGET): offset.h
 	cmp -s $^ $@ || (cp $^ $(TARGET).new && mv $(TARGET).new $(TARGET))

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