author | James Cook <bringbackbsd@hotmail.com> |
Sat, 17 Jul 2010 09:52:30 +0300 | |
changeset 47853 | 6768c40a2c55f946ff4753c25c9415c46e696cf5 |
parent 47852 | bcc82f4858c56849693c76e746b5a422d3696add |
child 47854 | 460e93847f2d862a75b6a03241f441bc7ee69035 |
push id | 14448 |
push user | romaxa@gmail.com |
push date | Sat, 17 Jul 2010 07:27:17 +0000 |
treeherder | autoland@460e93847f2d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | doug.turner |
bugs | 574311 |
milestone | 2.0b2pre |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/tools/trace-malloc/Makefile.in +++ b/tools/trace-malloc/Makefile.in @@ -81,18 +81,18 @@ ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT)) EXTRA_DSO_LIBS = xul endif endif LIBS += \ $(LIBS_DIR) \ tmreader.$(OBJ_SUFFIX) \ adreader.$(OBJ_SUFFIX) \ + $(XPCOM_GLUE_LDOPTS) \ $(EXTRA_DSO_LIBS) \ - $(XPCOM_GLUE_LDOPTS) \ $(NSPR_LIBS) \ $(NULL) ifdef MOZ_ENABLE_LIBXUL ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) LIBS += $(DIST)/bin/XUL endif endif