From 2de31b61d0a963803eb5632c9659c6093d74f345 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 10 Aug 2008 00:50:16 +0000 Subject: bindists are now some way towards working --- driver/ghci/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'driver/ghci') diff --git a/driver/ghci/Makefile b/driver/ghci/Makefile index 2c118faf2b..94fe452935 100644 --- a/driver/ghci/Makefile +++ b/driver/ghci/Makefile @@ -53,8 +53,6 @@ ghci.res : ghci.rc ghci.ico windres --preprocessor="$(CPP) -xc -DRC_INVOKED" -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/bindist.mk include $(TOP)/mk/target.mk -- cgit v1.2.1