Ver Fonte

Remove obsolete files. Update dependancies.

Eric Andersen há 24 anos atrás
pai
commit
9e0d614275
1 ficheiros alterados com 1 adições e 2 exclusões
  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