--- linux-2.4.0-test4/lib/Makefile Sun Jul 16 16:00:22 2000 +++ linux.new/lib/Makefile Sun Jul 16 15:45:39 2000 @@ -10,7 +10,7 @@ L_OBJS := errno.o ctype.o string.o vsprintf.o brlock.o LX_OBJS := cmdline.o -ifneq ($(CONFIG_HAVE_DEC_LOCK),y) +ifeq ($(CONFIG_HAVE_DEC_LOCK),y) L_OBJS += dec_and_lock.o endif