X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=driver%2Fghci%2FMakefile;h=2b15d94ed5104b5db1654d2f96609edbf735541f;hp=14e0c33775b02c4d90bff6bfe78e61dc120ca955;hb=79b5a2cb4b9ed5fe41a05fa2ec98bd1f83971daf;hpb=430453c5131592b6147a80202dc5f7fbe3f3d5fd diff --git a/driver/ghci/Makefile b/driver/ghci/Makefile index 14e0c33..2b15d94 100644 --- a/driver/ghci/Makefile +++ b/driver/ghci/Makefile @@ -61,4 +61,8 @@ ghci.res : ghci.rc ghci.ico windres -o ghci.res -i ghci.rc -O coff endif +binary-dist: + $(INSTALL_DIR) $(BIN_DIST_DIR)/driver/ghci + $(INSTALL_DATA) Makefile $(BIN_DIST_DIR)/driver/ghci/ + include $(TOP)/mk/target.mk