From bfaeec4b5db0cacc1fc0fa1954b255e501813927 Mon Sep 17 00:00:00 2001 From: "alqahira@ardisson.org" Date: Thu, 10 Apr 2008 11:05:51 -0700 Subject: [PATCH] Trying to fix SunOS bustage from bug 368091 --- browser/base/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/browser/base/Makefile.in b/browser/base/Makefile.in index 898073d62657..5ebe6cc9ac17 100644 --- a/browser/base/Makefile.in +++ b/browser/base/Makefile.in @@ -44,7 +44,9 @@ include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/config.mk -CHROME_DEPS += $(srcdir)/content/overrides/app-license.html +abs_srcdir = $(shell cd $(srcdir) && pwd) + +CHROME_DEPS += $(abs_srcdir)/content/overrides/app-license.html ifdef MOZ_MOCHITEST DIRS += content/test @@ -54,7 +56,7 @@ include $(topsrcdir)/config/rules.mk DEFINES += \ -DMOZ_APP_VERSION=$(MOZ_APP_VERSION) \ - -DAPP_EULA_BLOCK=$(srcdir)/content/overrides/app-license.html \ + -DAPP_EULA_BLOCK=$(abs_srcdir)/content/overrides/app-license.html \ $(NULL) ifndef MOZ_BRANDING_DIRECTORY