0.8.4.27:
[sbcl.git] / contrib / asdf-install / Makefile
1 SYSTEM=asdf-install
2 EXTRA_INSTALL_TARGETS=asdf-install-install
3
4 include ../asdf-module.mk
5
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