diff options
Diffstat (limited to 'libc/string')
-rw-r--r-- | libc/string/Makefile | 3 |
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 |