summaryrefslogtreecommitdiff
path: root/mozilla-testing/iceweasel-libre/mozconfig.pgo
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-01-03 13:33:49 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-01-03 13:33:49 -0500
commitaf16b01ea2e2ca3b2c6fb4f195ffd8b7f75cd7ff (patch)
tree6817c6fff4aa9e1acfbf03ff5adb1cede4aa345b /mozilla-testing/iceweasel-libre/mozconfig.pgo
parent696a3dfae03d9ca8ca6ed8e733b04b31e2371805 (diff)
change+release mozilla-testing/iceweasel-libre: set objdir, get icons from objdir, fix typo
Apparently my brandingdir woes weren't PGO-related, but objdir-related. Change mozconfig{,.pgo} so that objdir is set to something non-pgo specific, and is always set, so that it is constant and not dependent on architecture. Also, fix a typo: s/_pkgdir/pkgdir/
Diffstat (limited to 'mozilla-testing/iceweasel-libre/mozconfig.pgo')
-rw-r--r--mozilla-testing/iceweasel-libre/mozconfig.pgo1
1 files changed, 0 insertions, 1 deletions
diff --git a/mozilla-testing/iceweasel-libre/mozconfig.pgo b/mozilla-testing/iceweasel-libre/mozconfig.pgo
index 3509ec03f..b0c249ebf 100644
--- a/mozilla-testing/iceweasel-libre/mozconfig.pgo
+++ b/mozilla-testing/iceweasel-libre/mozconfig.pgo
@@ -1,5 +1,4 @@
# PGO
ac_add_options --enable-profile-guided-optimization
-mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-pgo
mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py'
mk_add_options PYTHONPATH='$(OBJDIR)/_profile/pgo'