Revision: 24148
Author:   [email protected]
Date:     Tue Sep 23 11:44:31 2014 UTC
Log:      Fix Makefile regeneration for compiler-unittests.

[email protected]

Review URL: https://codereview.chromium.org/594823002
https://code.google.com/p/v8/source/detail?r=24148

Modified:
 /branches/bleeding_edge/Makefile

=======================================
--- /branches/bleeding_edge/Makefile    Fri Aug  8 05:45:04 2014 UTC
+++ /branches/bleeding_edge/Makefile    Tue Sep 23 11:44:31 2014 UTC
@@ -230,8 +230,8 @@

 # 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