X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Ftouchy%2FMakefile;fp=utils%2Ftouchy%2FMakefile;h=0c580cfd43587d6a6504886ca162c2fbe0d410fc;hb=79b5a2cb4b9ed5fe41a05fa2ec98bd1f83971daf;hp=d2430df162b8b64a9e0a4a9f1d66d1f9bff3c448;hpb=430453c5131592b6147a80202dc5f7fbe3f3d5fd;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/ +