[project @ 2001-10-24 09:55:50 by rrt]
[ghc-hetmet.git] / Makefile
index ed00829..7f680ee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,6 @@ BIN_DIST_TOP= distrib/Makefile-bin.in \
              distrib/INSTALL \
              $(BIN_DIST_MAIN_DIR)/ANNOUNCE \
              $(BIN_DIST_MAIN_DIR)/VERSION \
-             $(BIN_DIST_MAIN_DIR)/RELEASE \
              $(BIN_DIST_MAIN_DIR)/LICENSE \
              $(BIN_DIST_MAIN_DIR)/README \
              glafp-utils/mkdirhier/mkdirhier \
@@ -333,7 +332,11 @@ install ::
              fi; \
        done
 
-NO_ALL_TARGETS=YES
+# Turn off target.mk's rules for 'all', 'boot' and 'install'.
+NO_BOOT_TARGET=YES
+NO_ALL_TARGET=YES
+NO_INSTALL_TARGET=YES
+
 include $(TOP)/mk/target.mk
 
 # -----------------------------------------------------------------------------