From 8585abc6decbc27bc2771e75ca2b6df078c24429 Mon Sep 17 00:00:00 2001 From: "dtownsend%oxymoronical.com" Date: Tue, 18 Sep 2007 14:43:11 +0000 Subject: [PATCH] Bug 380877: FUEL Application object is undefined on OSX after a clobber. r+a=bsmedberg git-svn-id: svn://10.0.0.236/trunk@236214 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/browser/Makefile.in b/mozilla/browser/Makefile.in index ea5eed0a182..5ab61b4e898 100644 --- a/mozilla/browser/Makefile.in +++ b/mozilla/browser/Makefile.in @@ -42,7 +42,7 @@ VPATH = @srcdir@ include $(topsrcdir)/config/config.mk -DIRS = base components locales themes app fuel +DIRS = base components locales themes fuel app include $(topsrcdir)/config/rules.mk