patch-1.3.19 linux/arch/i386/lib/Makefile

Next file: linux/arch/i386/math-emu/Makefile
Previous file: linux/arch/i386/kernel/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.18/linux/arch/i386/lib/Makefile linux/arch/i386/lib/Makefile
@@ -2,19 +2,7 @@
 # Makefile for i386-specific library files..
 #
 
-.s.o:
-	$(AS) -c -o $*.o $<
-.c.o:
-	$(CC) $(CFLAGS) -c $<
-
-OBJS  = checksum.o
-
-lib.a: $(OBJS)
-	$(AR) rcs lib.a $(OBJS)
-	sync
-
-dep:
-
-modules:
+L_TARGET = lib.a
+L_OBJS  = checksum.o
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this