summaryrefslogtreecommitdiff
path: root/libc/string
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-12 15:30:49 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-12 15:30:49 +0000
commitaf1112c8d97830aa66715239e8d4f94811398ac6 (patch)
tree9bec85b094cc21920136c676462f2b98d06d9a92 /libc/string
parent61885f3c4185f3aea2bd3b98f954935d221458e7 (diff)
Makefile update
Diffstat (limited to 'libc/string')
-rw-r--r--libc/string/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile
index e4f332ba4..decaa2459 100644
--- a/libc/string/Makefile
+++ b/libc/string/Makefile
@@ -21,12 +21,12 @@
# respective copyright holders.
TOPDIR=../
-include $(TOPDIR)Rules.make
+include $(TOPDIR)Rules.mak
LIBC=$(TOPDIR)libc.a
MSRC=string.c
MOBJ=strlen.o strcat.o strcpy.o strcmp.o strncat.o strncpy.o strncmp.o \
- strchr.o strrchr.o strdup.o memcpy.o memccpy.o memset.o \
+ strrchr.o strdup.o memcpy.o memccpy.o memset.o \
memmove.o memcmp.o memchr.o
MSRC1=index.c
@@ -34,7 +34,7 @@ MOBJ1=index.o rindex.o
CSRC=strpbrk.c strsep.c strstr.c strtok.c strcspn.c config.c \
strspn.c strcasecmp.c strncasecmp.c strerror.c sys_siglist.c \
- bcopy.c bzero.c bcmp.c
+ bcopy.c bzero.c bcmp.c strchr.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(MOBJ) $(MOBJ1) $(COBJS)