0.7.12.43:
[sbcl.git] / contrib / sb-bsd-sockets / Makefile
index d9ca28f..ebb6c68 100644 (file)
@@ -11,6 +11,6 @@ test: all
          $(SBCL) --eval '(load "../asdf/asdf")'
 
 
-install: test
+install:
        tar cf - . | ( cd $(INSTALL_DIR) && tar xpvf - )
        ( cd  $(SBCL_HOME)/systems && ln -fs ../$(SYSTEM)/$(SYSTEM).asd . )