| Kernel v2.3.49 /lib/Makefile |
|---|
 2.3.49
 lib
 Makefile
diff -u --recursive --new-file v2.3.48/linux/lib/Makefile linux/lib/Makefile
--- v2.3.48/linux/lib/Makefile Mon Nov 27 05:54:00 1995
+++ linux/lib/Makefile Sat Feb 26 22:34:27 2000
@@ -7,6 +7,6 @@
#
L_TARGET := lib.a
-L_OBJS := errno.o ctype.o string.o vsprintf.o
+L_OBJS := errno.o ctype.o string.o vsprintf.o brlock.o
include $(TOPDIR)/Rules.make
|