summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/LLIntOffsetsExtractor.pro')
-rw-r--r--Source/JavaScriptCore/LLIntOffsetsExtractor.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/LLIntOffsetsExtractor.pro b/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
index 1fc6c1d7c..ae635c1b5 100644
--- a/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
+++ b/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
@@ -22,18 +22,14 @@ LIBS =
defineTest(addIncludePaths) {
# Just needed for include paths
- include(../WTF/WTF.pri)
include(JavaScriptCore.pri)
+ include(../WTF/WTF.pri)
export(INCLUDEPATH)
}
addIncludePaths()
-# To make sure we include JavaScriptCore/config.h and not
-# the WTF one.
-INCLUDEPATH = $$PWD $$INCLUDEPATH
-
LLINT_DEPENDENCY = \
$$PWD/llint/LowLevelInterpreter.asm \
$$PWD/llint/LowLevelInterpreter32_64.asm \