Closed
Bug 64521
Opened 24 years ago
Closed 24 years ago
distclean breaks in gfx/src/ with xlib enabled
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: cls)
Details
In my build with
ac_add_options --with-xlib
ac_add_options --enable-toolkit=xlib
a `gmake -f client.mk distclean` breaks in gfx/src/xlibrgb. I think it breaks
because xlibrgb is listed twice in gfx/src/Makefile.in (once based on the
MOZ_WIDGET_TOOLKIT, and once based on MOZ_ENABLE_XLIB). I'm not sure which of
these should be eliminated, but I think one should.
Fix has been checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•24 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•24 years ago
|
||
verified.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•