Index: Makefile |
diff --git a/Makefile b/Makefile |
index 2fbe1ba7dbc95f2880c8270fd427486de5ce656e..70162df45a07d352187d31d6f998792efc491028 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -230,8 +230,8 @@ NACL_ARCHES = nacl_ia32 nacl_x64 |
# List of files that trigger Makefile regeneration: |
GYPFILES = build/all.gyp build/features.gypi build/standalone.gypi \ |
- build/toolchain.gypi samples/samples.gyp src/compiler/compiler.gyp \ |
- src/d8.gyp test/cctest/cctest.gyp tools/gyp/v8.gyp |
+ build/toolchain.gypi samples/samples.gyp src/d8.gyp \ |
+ test/cctest/cctest.gyp test/unittests/unittests.gyp tools/gyp/v8.gyp |
# If vtunejit=on, the v8vtune.gyp will be appended. |
ifeq ($(vtunejit), on) |