Closed
Bug 10667
Opened 25 years ago
Closed 25 years ago
Makefile.in patch xpcom/tools/registry
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: dp, Assigned: dp)
Details
Index: Makefile.in
===================================================================
RCS file: /cvsroot/mozilla/xpcom/tools/registry/Makefile.in,v
retrieving revision 1.3
diff -u -r1.3 Makefile.in
--- Makefile.in 1999/07/01 08:48:25 1.3
+++ Makefile.in 1999/07/27 14:18:08
@@ -31,6 +31,6 @@
LIBS = -lxpcom $(NSPR_LIBS) $(ZLIB_LIBS)
-SIMPLE_PROGRAMS = $(addprefix $(OBJDIR)/, $(CPPSRCS:.cpp=))
+SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
include $(topsrcdir)/config/rules.mk
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 1•25 years ago
|
||
dp -- I will mark this verified -- if anyone disagrees, they can reopen it.
You need to log in
before you can comment on or make changes to this bug.
Description
•