From b7ab17a19549d20bb1cb5324928813ffb52f3e88 Mon Sep 17 00:00:00 2001 From: Mark Banner Date: Thu, 1 Dec 2011 15:26:29 +0000 Subject: [PATCH] Fix comm-central app bustage from bug 696498 - change the depth of the makefiles to account for being generated from the comm-central build system now that the old xpfe autocomplete files are no longer generated within the mozilla-central part of the build system. rs=Neil over irc. NPOTFFB DONTBUILD --- xpfe/components/autocomplete/Makefile.in | 2 +- xpfe/components/autocomplete/public/Makefile.in | 2 +- xpfe/components/autocomplete/src/Makefile.in | 2 +- xpfe/components/autocomplete/test/Makefile.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xpfe/components/autocomplete/Makefile.in b/xpfe/components/autocomplete/Makefile.in index f2f16b04d2f7..64c80866ac8a 100644 --- a/xpfe/components/autocomplete/Makefile.in +++ b/xpfe/components/autocomplete/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../.. +DEPTH = ../../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/xpfe/components/autocomplete/public/Makefile.in b/xpfe/components/autocomplete/public/Makefile.in index a2877a16cec3..ea04018ded45 100644 --- a/xpfe/components/autocomplete/public/Makefile.in +++ b/xpfe/components/autocomplete/public/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../.. +DEPTH = ../../../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/xpfe/components/autocomplete/src/Makefile.in b/xpfe/components/autocomplete/src/Makefile.in index 55aef6d63f0b..aed0c266c584 100644 --- a/xpfe/components/autocomplete/src/Makefile.in +++ b/xpfe/components/autocomplete/src/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../.. +DEPTH = ../../../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/xpfe/components/autocomplete/test/Makefile.in b/xpfe/components/autocomplete/test/Makefile.in index 83fbd22fe869..2074b4348488 100644 --- a/xpfe/components/autocomplete/test/Makefile.in +++ b/xpfe/components/autocomplete/test/Makefile.in @@ -36,7 +36,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../.. +DEPTH = ../../../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@