X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=driver%2FMakefile;fp=driver%2FMakefile;h=a8352090c163384452d5e8ffaaab1343e5ae9f46;hb=79b5a2cb4b9ed5fe41a05fa2ec98bd1f83971daf;hp=3a87ab43c504f2d30569176e29305e17e092e069;hpb=430453c5131592b6147a80202dc5f7fbe3f3d5fd;p=ghc-hetmet.git diff --git a/driver/Makefile b/driver/Makefile index 3a87ab4..a835209 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -25,4 +25,10 @@ INSTALL_DATAS += package.conf ghc-usage.txt ghci-usage.txt # re-installing packages. CLEAN_FILES += package.conf* stamp-pkg-conf* +binary-dist: + $(INSTALL_DIR) $(BIN_DIST_DIR)/driver + $(INSTALL_DATA) Makefile $(BIN_DIST_DIR)/driver + $(INSTALL_DATA) $(INSTALL_DATAS) $(BIN_DIST_DIR)/driver + set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d binary-dist; done + include $(TOP)/mk/target.mk