summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-02-27 16:31:42 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-27 16:51:56 +0200
commitc16bc826379b2e70fe517d608055ef167c5a5c9e (patch)
tree7649d65d2c0ecfe7fb048baef56b316c5b47a14e /Makefile
parentCRLF to LF, no code changed (diff)
downloadcore-c16bc826379b2e70fe517d608055ef167c5a5c9e.tar.gz
core-c16bc826379b2e70fe517d608055ef167c5a5c9e.zip
s/interpreters/scripting/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c2c6cbe5e9c2..4bdd183c93d0 100644
--- a/Makefile
+++ b/Makefile
@@ -382,12 +382,12 @@ bootstrap: $(WORKDIR_BOOTSTRAP)
# Build
#
build: bootstrap fetch $(if $(filter $(INPATH),$(INPATH_FOR_BUILD)),,cross-toolset)
-ifeq ($(DISABLE_INTERPRETERS),TRUE)
+ifeq ($(DISABLE_SCRIPTING),TRUE)
# We must get the headers from basic and vbahelper "delivered" because
# as we don't link to any libs from those they won't otherwise be, or
# something. And we still do include those headers always even if the
-# libs aren't built in the --disable-interpreters case. (Ifdefs for
-# DISABLE_INTERPRETERS will be added to the code later as necessary.)
+# libs aren't built in the --disable-scripting case. (Ifdefs for
+# DISABLE_SCRIPTING will be added to the code later as necessary.)
$(GNUMAKE) basic vbahelper
endif
ifeq ($(DISABLE_DBCONNECTIVITY),TRUE)