Bottom extraction: float out bottoming expressions to top level
[ghc-hetmet.git] / mk / config.mk.in
index a400af9..4b8417a 100644 (file)
@@ -569,6 +569,8 @@ BASH                    = /usr/local/bin/bash
 
 CONTEXT_DIFF           = @ContextDiffCmd@
 CP                     = cp
+# It's not easy to separate the CPP program from its flags, as
+# AC_PROG_CPP defines CPP as "/usr/bin/gcc -E"
 CPP                    = @CPP@ @CPPFLAGS@
 CTAGS                  = $(ETAGS)
 #
@@ -601,6 +603,9 @@ RANLIB                      = @RANLIB@
 SED                    = @SedCmd@
 SHELL                  = /bin/sh
 
+HaveDtrace             = @HaveDtrace@
+DTRACE                 = @DtraceCmd@
+
 LD = @LdCmd@
 NM = @NmCmd@