0.8.7.5:
[sbcl/lichteblau.git] / contrib / asdf-install / Makefile
blob68926adc66f15fe1bf930889a605cc3409a331f9
1 SYSTEM=asdf-install
2 EXTRA_INSTALL_TARGETS=asdf-install-install
4 include ../asdf-module.mk
6 asdf-install-install: asdf-install
7 if test -f $(BUILD_ROOT)$(INSTALL_ROOT)/bin/sbcl-asdf-install ; then \
8 mv $(BUILD_ROOT)$(INSTALL_ROOT)/bin/sbcl-asdf-install $(BUILD_ROOT)$(INSTALL_ROOT)/bin/sbcl-asdf-install.old ; \
9 fi
10 # KLUDGE: mv rather than cp because keeping asdf-install in that
11 # directory interferes with REQUIRE, and this is done before the tar
12 # in ../asdf-module.mk. Better solutions welcome.
13 mv asdf-install $(BUILD_ROOT)$(INSTALL_ROOT)/bin/sbcl-asdf-install