External Core: don't print superfluous parens in case types
[ghc-hetmet.git] / driver / mangler / Makefile
index 7c4d276..dfc7c39 100644 (file)
@@ -20,4 +20,9 @@ ifeq "$(BootingFromHc)" "YES"
 boot :: all
 endif
 
+binary-dist:
+       $(INSTALL_DIR)             $(BIN_DIST_DIR)/driver/mangler
+       $(INSTALL_DATA)   Makefile $(BIN_DIST_DIR)/driver/mangler/
+       $(INSTALL_SCRIPT) $(PROG)  $(BIN_DIST_DIR)/driver/mangler/
+
 include $(TOP)/mk/target.mk