Closed
Bug 6156
Opened 25 years ago
Closed 25 years ago
xpidl dependency on libxpt broken
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mike+mozilla, Assigned: mike+mozilla)
Details
Filing a bug so I don't forget.
When libxpt changes, xpidl doesn't get re-linked.
I know this is a problem, because I just broke it by removing the special logic
in Makefile.in that used to handle the dependency. Waiting clues from the
.builds newsgroup on the right way to restore it; failing that, I'd like to add
$(EXTRA_DEPS) as a dependency of $(PROGRAMS) in rules.mk, and define EXTRA_DEPS
= $(DIST)/lib/libxpt.a in the xpidl Makefile.in.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•25 years ago
|
||
Looks like $(EXTRA_DEPS) was the way to go. Thanks to Brian Ostrom for helping
me get it right.
You need to log in
before you can comment on or make changes to this bug.
Description
•