Update lib/common/Makefile

Fixed bug preventing compilation of many core C library functions.
master
Robert Schumacher 11 years ago
parent 03c7d3d5c9
commit fb956b0ddf

@ -104,7 +104,6 @@ S_OBJS = zerobss.o \
memcpy.o \ memcpy.o \
memmove.o \ memmove.o \
memset.o \ memset.o \
# mkdir.o \
strcat.o \ strcat.o \
strchr.o \ strchr.o \
strcmp.o \ strcmp.o \
@ -112,7 +111,6 @@ S_OBJS = zerobss.o \
strcpy.o \ strcpy.o \
strcspn.o \ strcspn.o \
strdup.o \ strdup.o \
strerror.o \
stricmp.o \ stricmp.o \
strlen.o \ strlen.o \
strlower.o \ strlower.o \

Loading…
Cancel
Save