Closed Bug 443106 Opened 17 years ago Closed 17 years ago

Circular dependency in makefile.ref

Categories

(Core :: JavaScript Engine, defect)

x86
All
defect
Not set
trivial

Tracking

()

RESOLVED FIXED

People

(Reporter: gal, Unassigned)

Details

Attachments

(1 file)

The makefile for spidermonkey has a circular dependency. Some IDEs parse this warning as error (Eclipse), making it impossible to build SM from inside the gui. The attached patch fixes this issue. make[1]: Circular jscpucfg.h <- Darwin_DBG.OBJ/jsautocfg.h dependency dropped. make[1]: Circular Darwin_DBG.OBJ/jsautocfg.h <- Darwin_DBG.OBJ/jsautocfg.h dependency dropped.
Attachment #327751 - Flags: review?(shaver)
Severity: normal → trivial
Comment on attachment 327751 [details] [diff] [review] Patch to avoid circular dependency in the makefile. r=shaver, thanks!
Attachment #327751 - Flags: review?(shaver) → review+
Fixed: 15625[tip] 3c92e6757e21 2008-07-02 07:50 -0400 gal fix circular dependency on jscpucfg.h
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Flags: in-testsuite-
Flags: in-litmus-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: