From 909356fe5fadf4c33a5cd3bdeafdaeb6fb3546b8 Mon Sep 17 00:00:00 2001 From: "ajschult%verizon.net" Date: Sat, 13 May 2006 16:41:53 +0000 Subject: [PATCH] Bug 337062: missed part of the Makefile change --- suite/app/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/app/Makefile.in b/suite/app/Makefile.in index 3bbef32a1ec..be01851555f 100644 --- a/suite/app/Makefile.in +++ b/suite/app/Makefile.in @@ -257,7 +257,7 @@ endif # XXX mozilla.in should move or be copied to this directory at some stage ifneq (,$(filter-out OS2 WINNT Darwin,$(OS_ARCH))) -$(MOZ_APP_NAME):: $(topsrcdir)/xpfe/bootstrap/mozilla.in Makefile.in Makefile $(DEPTH)/config/autoconf.mk +$(MOZ_APP_NAME):: mozilla.in Makefile.in Makefile $(DEPTH)/config/autoconf.mk cat $< | sed -e "s|%MOZAPPDIR%|$(mozappdir)|" \ -e "s|%MOZ_USER_DIR%|.mozilla|" \ -e "s|%MREDIR%|$(mredir)|" \