Browse Source

Remove obsolete files. Update dependancies.

Eric Andersen 24 years ago
parent
commit
9e0d614275
1 changed files with 1 additions and 2 deletions
  1. 1 2
      libc/string/Makefile

+ 1 - 2
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