chiark / gitweb /
[PATCH] remove my test code
[elogind.git] / klibc / klibc / Makefile
index d7e75f181498c6269a951760ac3bbd5e2a9c228e..3519b4508908b5d9f374eab58bf42c96c0969e2f 100644 (file)
@@ -59,7 +59,7 @@ LIB     = libc.a
 
 INTERP_O = interp.o
 
-all: tests $(CRT0) $(LIB) $(SOLIB) klibc.so
+all: $(CRT0) $(LIB) $(SOLIB) klibc.so
 
 # Add any architecture-specific rules
 include arch/$(ARCH)/Makefile.inc