summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-11 02:52:48 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-11 02:59:35 -0700
commitc3d83c65b910f87cf901652c72ef5ac81d581924 (patch)
treede71d1565ac9a2314338dc1d0565ae7a45e61a54 /crawl-ref/source/makefile
parentf4b8d77bc8edb99f66c8cb1b52c50acc385e3cc8 (diff)
downloadcrawl-ref-c3d83c65b910f87cf901652c72ef5ac81d581924.tar.gz
crawl-ref-c3d83c65b910f87cf901652c72ef5ac81d581924.zip
makefiles: inherit CC and CXX variables from top-level Makefile
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 39e5af50db..37ea19fa61 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -13,6 +13,9 @@ CXX = g++
DELETE = rm -f
COPY = cp
+export CC
+export CXX
+
#
# Platform Detection
#