Bug 740291 - Add a missing brace in the makefile. r=blassey

This commit is contained in:
Wes Johnston 2012-03-30 13:00:45 -07:00
parent d6dba61d95
commit b0c9244edd

View File

@ -68,9 +68,9 @@ MOBILE_LOCALE_SRCDIR = $(if $(filter en-US,$(AB_CD)),$(topsrcdir)/mobile/locales
ifdef LOCALE_MERGEDIR
BOOKMARKSPATH = $(firstword \
$(wildcard $(LOCALE_MERGEDIR)/mobile/profile/bookmarks.inc) \
$(wildcard $(MOBILE_LOCALE_SRCDIR)/profile/bookmarks.inc) \
$(topsrcdir)/mobile/locales/en-US/profile/bookmarks.inc ))
$(wildcard $(LOCALE_MERGEDIR)/mobile/profile/bookmarks.inc ) \
$(wildcard $(MOBILE_LOCALE_SRCDIR)/profile/bookmarks.inc ) \
$(topsrcdir)/mobile/locales/en-US/profile/bookmarks.inc )
else
BOOKMARKSPATH = $(call core_abspath,$(MOBILE_LOCALE_SRCDIR)/profile/bookmarks.inc)
endif