diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-07 01:40:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-07 01:40:14 +0000 |
commit | 9e0d614275e64b3a14ac417bccb2dff519f159d8 (patch) | |
tree | 6ef1f45399e677eec342ffcc5d82e3fa54cff2eb | |
parent | 11fed3fb4529fb88a3a46ee0a5745a64c866ffd5 (diff) | |
download | uClibc-alpine-9e0d614275e64b3a14ac417bccb2dff519f159d8.tar.bz2 uClibc-alpine-9e0d614275e64b3a14ac417bccb2dff519f159d8.tar.xz |
Remove obsolete files. Update dependancies.
-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 |