X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf-install%2FMakefile;h=c822c116396d8e00e76f7df2ffe082d03b224aa5;hb=11aa29a68039d6fb3cf41d67352a6b263b1094b6;hp=68926adc66f15fe1bf930889a605cc3409a331f9;hpb=6387a29a5c3aae2cb319dcaf803fb2df24eea46d;p=sbcl.git diff --git a/contrib/asdf-install/Makefile b/contrib/asdf-install/Makefile index 68926ad..c822c11 100644 --- a/contrib/asdf-install/Makefile +++ b/contrib/asdf-install/Makefile @@ -1,13 +1,2 @@ SYSTEM=asdf-install -EXTRA_INSTALL_TARGETS=asdf-install-install - include ../asdf-module.mk - -asdf-install-install: asdf-install - if test -f $(BUILD_ROOT)$(INSTALL_ROOT)/bin/sbcl-asdf-install ; then \ - mv $(BUILD_ROOT)$(INSTALL_ROOT)/bin/sbcl-asdf-install $(BUILD_ROOT)$(INSTALL_ROOT)/bin/sbcl-asdf-install.old ; \ - fi -# KLUDGE: mv rather than cp because keeping asdf-install in that -# directory interferes with REQUIRE, and this is done before the tar -# in ../asdf-module.mk. Better solutions welcome. - mv asdf-install $(BUILD_ROOT)$(INSTALL_ROOT)/bin/sbcl-asdf-install