summaryrefslogtreecommitdiff
path: root/libc/string/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/Makefile')
-rw-r--r--libc/string/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile
index 01d1ee433..3d2e3d2de 100644
--- a/libc/string/Makefile
+++ b/libc/string/Makefile
@@ -42,8 +42,7 @@ $(LIBC): $(MOBJ) $(COBJS)
$(MOBJ): $(MSRC)
$(CC) $(CFLAGS) -DL_$* $< -c -o $*.o
-$(COBJS): $(CSRC)
-
+memcmp.o: memcopy.h
clean:
rm -f *.[oa] *~ core