summaryrefslogtreecommitdiff
path: root/compiler/HsVersions.h
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2016-09-16 11:49:24 -0400
committerBen Gamari <ben@smart-cactus.org>2016-09-16 11:49:25 -0400
commitea310f9956179f91ca973bc747b0bc7b061bc174 (patch)
tree0f32a6b60091c6a53f9303cbce166ef81493e58a /compiler/HsVersions.h
parent97b47d277d6b0ced3ce73175f78b23ecff84cfa3 (diff)
downloadhaskell-ea310f9956179f91ca973bc747b0bc7b061bc174.tar.gz
Remove directories from include paths
Previously this was a relative path which worked in the GHC tree, but failed elsewhere. This caused trouble for out-of-tree users as well as Hadrian, which wants to move build artifacts out of the working directory. Fixes #8040. Test Plan: Validate Reviewers: thomie, austin, snowleopard, hvr Reviewed By: snowleopard, hvr Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2530 GHC Trac Issues: #8040
Diffstat (limited to 'compiler/HsVersions.h')
-rw-r--r--compiler/HsVersions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/HsVersions.h b/compiler/HsVersions.h
index 6d5716db64..83cbcf15cb 100644
--- a/compiler/HsVersions.h
+++ b/compiler/HsVersions.h
@@ -20,7 +20,7 @@ you will screw up the layout where they are used in case expressions!
* ghcconfig.h, because that will include ghcplatform.h which has the
* wrong platform settings for the compiler (it has the platform
* settings for the target plat instead). */
-#include "../includes/ghcautoconf.h"
+#include "ghcautoconf.h"
#define GLOBAL_VAR(name,value,ty) \
{-# NOINLINE name #-}; \