From 3a7cd5d273ace750647e442ca5318f7f843a1feb Mon Sep 17 00:00:00 2001 From: "mstarzinger@chromium.org" Date: Tue, 23 Sep 2014 11:44:31 +0000 Subject: [PATCH] Fix Makefile regeneration for compiler-unittests. R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/594823002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24148 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 96d7a7a..2fbe1ba 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) -- 2.7.4