summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--JavaScriptCore/Android.wtf.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/JavaScriptCore/Android.wtf.mk b/JavaScriptCore/Android.wtf.mk
index a142435..3a6ea6e 100644
--- a/JavaScriptCore/Android.wtf.mk
+++ b/JavaScriptCore/Android.wtf.mk
@@ -38,4 +38,5 @@ $(CHARTABLES): $(LOCAL_PATH)/pcre/pcre_internal.h
$(intermediates)/pcre/pcre_tables.o : $(CHARTABLES)
-LOCAL_GENERATED_SOURCES += $(CHARTABLES)
+# We do not add $(CHARTABLES) to LOCAL_GENERATED_SOURCES because the chartables.c file
+# is explicitly #included in pcre_tables.cpp. \ No newline at end of file