summaryrefslogtreecommitdiff
path: root/rts/package.conf.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-12-02 21:35:18 +0000
committerIan Lynagh <igloo@earth.li>2011-12-02 21:38:04 +0000
commite8723129a6c48438e81f95a73271014ffa96eaa3 (patch)
treec82faa1a063be27fdd827deeda1d4f5e41418a3c /rts/package.conf.in
parent2694bb74158bac7276cded2435bba8e889659f98 (diff)
downloadhaskell-e8723129a6c48438e81f95a73271014ffa96eaa3.tar.gz
Move includes/DerivedConstants.h and includes/GHCConstants.h into dist dirs
When they existed, they were getting included in the includes_H_FILES variable (as it uses wildcard to find all header files). But the .depends files for the programs that generate the headers depend on $(includes_H_FILES), so the .depends files looked out-of-date once the headers had been created. This caused unnecessary make reinvocations. So now we put them in dist* directories, where they ought to be anyway.
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r--rts/package.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in
index a1161eaa6f..477c59fc60 100644
--- a/rts/package.conf.in
+++ b/rts/package.conf.in
@@ -51,7 +51,7 @@ extra-libraries:
#ifdef INSTALLING
include-dirs: INCLUDE_DIR PAPI_INCLUDE_DIR
#else /* !INSTALLING */
-include-dirs: TOP"/includes"
+include-dirs: TOP"/includes" TOP"/includes/dist-ghcconstants/header" TOP"/includes/dist-derivedconstants/header"
#endif
includes: Stg.h