Add a "make-command" utility Makefile function
[ghc-hetmet.git] / ghc.mk
diff --git a/ghc.mk b/ghc.mk
index fadaccd..2ac0d2a 100644 (file)
--- a/ghc.mk
+++ b/ghc.mk
@@ -147,6 +147,11 @@ endif
 endif
 
 # -----------------------------------------------------------------------------
+# Utility definitions
+
+include rules/make-command.mk
+
+# -----------------------------------------------------------------------------
 # Macros for standard targets
 
 include rules/all-target.mk