0.7.12.43:
[sbcl.git] / contrib / sb-rotate-byte / Makefile
index 8ad532a..e77fc03 100644 (file)
@@ -18,6 +18,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 . )