summaryrefslogtreecommitdiff
path: root/libc/string/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-07 01:40:14 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-07 01:40:14 +0000
commit9e0d614275e64b3a14ac417bccb2dff519f159d8 (patch)
tree6ef1f45399e677eec342ffcc5d82e3fa54cff2eb /libc/string/Makefile
parent11fed3fb4529fb88a3a46ee0a5745a64c866ffd5 (diff)
Remove obsolete files. Update dependancies.
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