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 \
memmove.o \
memset.o \
# mkdir.o \
strcat.o \
strchr.o \
strcmp.o \
@ -112,7 +111,6 @@ S_OBJS = zerobss.o \
strcpy.o \
strcspn.o \
strdup.o \
strerror.o \
stricmp.o \
strlen.o \
strlower.o \

Loading…
Cancel
Save