Explorar el Código

Remove obsolete files. Update dependancies.

Eric Andersen hace 25 años
padre
commit
9e0d614275
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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