Skip to content

Commit ee0442e

Browse files
committed
Bug 899261 - Use @Depth@ more; r=bsmedberg
1 parent a0c434e commit ee0442e

File tree

6 files changed

+4
-31
lines changed

6 files changed

+4
-31
lines changed

ipc/netd/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
DEPTH = ../..
5+
DEPTH = @DEPTH@
66
topsrcdir = @top_srcdir@
77
srcdir = @srcdir@
88
VPATH = @srcdir@

ipc/unixsocket/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
DEPTH = ../..
5+
DEPTH = @DEPTH@
66
topsrcdir = @top_srcdir@
77
srcdir = @srcdir@
88
VPATH = @srcdir@

media/libsoundtouch/Makefile.in

Lines changed: 0 additions & 12 deletions
This file was deleted.

toolkit/components/mediasniffer/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
DEPTH = ../../..
5+
DEPTH = @DEPTH@
66
topsrcdir = @top_srcdir@
77
srcdir = @srcdir@
88
VPATH = @srcdir@

toolkit/devtools/apps/Makefile.in

Lines changed: 0 additions & 15 deletions
This file was deleted.

toolkit/devtools/webconsole/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
DEPTH = ../../..
5+
DEPTH = @DEPTH@
66
topsrcdir = @top_srcdir@
77
srcdir = @srcdir@
88
VPATH = @srcdir@

0 commit comments

Comments
 (0)