Bug 1258294 - Fix typo in Mulet moz.configure referencing wrong configure file r=glandium draft
authorAlexandre Lissy <lissyx@lissyx.dyndns.org>
Mon, 21 Mar 2016 10:42:40 +0100
changeset 342796 7d32ee602c89ddb2d491bdfcb40efd243ef96851
parent 342671 f14898695ee0dd14615914f3e1401f17df57fdd7
child 516619 0937a8ae261350ce0ca58df2ce868d6d2256f5fc
push id13455
push userbmo:lissyx+mozillians@lissyx.dyndns.org
push dateMon, 21 Mar 2016 09:44:05 +0000
reviewersglandium
bugs1258294
milestone48.0a1
Bug 1258294 - Fix typo in Mulet moz.configure referencing wrong configure file r=glandium MozReview-Commit-ID: 8tXlm29uyt
b2g/dev/moz.configure
--- a/b2g/dev/moz.configure
+++ b/b2g/dev/moz.configure
@@ -1,7 +1,7 @@
 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
 # vim: set filetype=python:
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
-include('../common/moz.configure')
+include('../common.configure')