Closed
Bug 362950
Opened 18 years ago
Closed 18 years ago
build in embedding/browser/gtk/src failed if srcdir=. is set
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: t.matsuu, Assigned: timeless)
References
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.9a1) Gecko/20061127 Minefield/3.0a1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.9a1) Gecko/20061127 Minefield/3.0a1
When srcdir=. is set in the build stage, the following commands in Makefile.in always returns failure status code because the source and destination files are the same one.
cp -f $(srcdir)/$(MARSHAL_FILE).h $(MARSHAL_FILE).h
cp -f $(srcdir)/$(MARSHAL_FILE).c $(MARSHAL_FILE).c
Reproducible: Always
Reporter | ||
Comment 1•18 years ago
|
||
mozilla/embedding/browser/gtk/src/Makefile.in
rev.1.67 fixes this bug.
Thanks.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•