X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf-install%2FMakefile;h=c822c116396d8e00e76f7df2ffe082d03b224aa5;hb=7f9bcccc3463d69272fb98d7418a973e41a013c9;hp=5ec18e70ad2f9aeb6d8e12c69e80a05fb52debb7;hpb=08e218c9bd9fdfb1e4dcc5f5e245feea17762471;p=sbcl.git diff --git a/contrib/asdf-install/Makefile b/contrib/asdf-install/Makefile index 5ec18e7..c822c11 100644 --- a/contrib/asdf-install/Makefile +++ b/contrib/asdf-install/Makefile @@ -1,10 +1,2 @@ SYSTEM=asdf-install -EXTRA_INSTALL_TARGETS=asdf-install-install - include ../asdf-module.mk - -asdf-install-install: asdf-install - if test -f $(INSTALL_ROOT)/bin/sbcl-asdf-install ; then \ - mv $(INSTALL_ROOT)/bin/sbcl-asdf-install $(INSTALL_ROOT)/bin/sbcl-asdf-install.old ; \ - fi - cp asdf-install $(INSTALL_ROOT)/bin/sbcl-asdf-install