Fix bindist creation
[ghc-hetmet.git] / driver / ghc / Makefile
index 69abe6c..3b481ec 100644 (file)
@@ -23,4 +23,8 @@ endif
 
 # -----------------------------------------------------------------------------
 
+binary-dist:
+       $(INSTALL_DIR)           $(BIN_DIST_DIR)/driver/ghc
+       $(INSTALL_DATA) Makefile $(BIN_DIST_DIR)/driver/ghc/
+
 include $(TOP)/mk/target.mk