| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| index 6f1de5ce45890eb038b8ae2510e15debbfb72b5f..0eb1722cfb1bea3a3962b94044ac0bcc297c5a06 100644
|
| --- a/Makefile
|
| +++ b/Makefile
|
| @@ -222,8 +222,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 preparser/preparser.gyp samples/samples.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 tools/gyp/v8.gyp
|
|
|
| # If vtunejit=on, the v8vtune.gyp will be appended.
|
| ifeq ($(vtunejit), on)
|
|
|