X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=driver%2Fmangler%2FMakefile;fp=driver%2Fmangler%2FMakefile;h=1242d6c2366c0513d6fe615d7898c4096ac09a80;hp=dfc7c396bade31fa1f22ead78b5a76a26cc2f841;hb=2de31b61d0a963803eb5632c9659c6093d74f345;hpb=0f72a4c69215d1f81760aa0000ebbbfb2ac73303 diff --git a/driver/mangler/Makefile b/driver/mangler/Makefile index dfc7c39..1242d6c 100644 --- a/driver/mangler/Makefile +++ b/driver/mangler/Makefile @@ -20,9 +20,7 @@ ifeq "$(BootingFromHc)" "YES" boot :: all endif -binary-dist: - $(INSTALL_DIR) $(BIN_DIST_DIR)/driver/mangler - $(INSTALL_DATA) Makefile $(BIN_DIST_DIR)/driver/mangler/ - $(INSTALL_SCRIPT) $(PROG) $(BIN_DIST_DIR)/driver/mangler/ +BINDIST_EXTRAS += $(PROG) +include $(TOP)/mk/bindist.mk include $(TOP)/mk/target.mk