patch-1.3.19 linux/lib/Makefile

Next file: linux/mm/Makefile
Previous file: linux/kernel/ksyms.ver
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.18/linux/lib/Makefile linux/lib/Makefile
@@ -6,20 +6,8 @@
 # unless it's something special (ie not a .c file).
 #
 
-.s.o:
-	$(AS) -c -o $*.o $<
-.c.o:
-	$(CC) $(CFLAGS) -c $<
-
-OBJS  = ctype.o _exit.o open.o close.o errno.o write.o dup.o setsid.o \
-	execve.o wait.o string.o vsprintf.o
-
-lib.a: $(OBJS)
-	$(AR) rcs lib.a $(OBJS)
-	sync
-
-modules:
-dep:
-	$(CPP) -M *.c > .depend
+L_TARGET := lib.a
+L_OBJS   := ctype.o _exit.o open.o close.o errno.o write.o dup.o \
+            setsid.o execve.o wait.o string.o vsprintf.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