X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Ftouchy%2FMakefile;h=0c580cfd43587d6a6504886ca162c2fbe0d410fc;hb=2d0131da643d1f8da16816c672b7e29defcf2a2d;hp=d2430df162b8b64a9e0a4a9f1d66d1f9bff3c448;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/utils/touchy/Makefile b/utils/touchy/Makefile index d2430df..0c580cf 100644 --- a/utils/touchy/Makefile +++ b/utils/touchy/Makefile @@ -18,3 +18,8 @@ include $(TOP)/mk/target.mk # Get it over with! boot :: all +binary-dist: + $(INSTALL_DIR) $(BIN_DIST_DIR)/utils/touchy + $(INSTALL_DATA) Makefile $(BIN_DIST_DIR)/utils/touchy/ + $(INSTALL_PROGRAM) $(C_PROG) $(BIN_DIST_DIR)/utils/touchy/ +