Reviewers: Benedikt Meurer,

Description:
Fix Makefile regeneration for compiler-unittests.

[email protected]

Please review this at https://codereview.chromium.org/594823002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -2 lines):
  M Makefile


Index: Makefile
diff --git a/Makefile b/Makefile
index 96d7a7ae4d3208f30d47b9e6278515227dc6b6ed..2fbe1ba7dbc95f2880c8270fd427486de5ce656e 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/d8.gyp \
-           test/cctest/cctest.gyp tools/gyp/v8.gyp
+ build/toolchain.gypi samples/samples.gyp src/compiler/compiler.gyp \
+           src/d8.gyp test/cctest/cctest.gyp tools/gyp/v8.gyp

 # If vtunejit=on, the v8vtune.gyp will be appended.
 ifeq ($(vtunejit), on)


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to