mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 740291 - Add a missing brace in the makefile. r=blassey
This commit is contained in:
parent
d6dba61d95
commit
b0c9244edd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user