Updates:
Status: WorkingAsIntended
Comment #1 on issue 1993 by [email protected]: Unable to make in RHEL
http://code.google.com/p/v8/issues/detail?id=1993V8's Makefile uses .SECONDEXPANSION and therefore requires GNU Make 3.81 or newer (which was released in 2006, so this requirement shouldn't be too aggressive). RHEL 4 was released in 2005 and therefore probably contains make v3.80, which is too old.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
