Bug 495228, followup patch: Remove a few trailing right-paren characters that were missed in this bug's previous landing (to fix build warnings like "Extraneous text after ifneq directive"). r=ted
This commit is contained in:
@@ -47,7 +47,7 @@ include $(topsrcdir)/config/rules.mk
|
|||||||
|
|
||||||
# The browser chrome test for bug 415846 doesn't run on Mac because of its
|
# The browser chrome test for bug 415846 doesn't run on Mac because of its
|
||||||
# bizarre special-and-unique snowflake of a help menu.
|
# bizarre special-and-unique snowflake of a help menu.
|
||||||
ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||||
_NON_MAC_BROWSER_TESTS = browser_bug415846.js
|
_NON_MAC_BROWSER_TESTS = browser_bug415846.js
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ EXTRA_DSO_LDOPTS = \
|
|||||||
$(ZLIB_LIBS) \
|
$(ZLIB_LIBS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||||
EXTRA_DSO_LDOPTS += \
|
EXTRA_DSO_LDOPTS += \
|
||||||
-framework SystemConfiguration \
|
-framework SystemConfiguration \
|
||||||
$(TK_LIBS) \
|
$(TK_LIBS) \
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||||||
DIRS = public src
|
DIRS = public src
|
||||||
|
|
||||||
# Use Qute for non-Mac non-Phoenix apps
|
# Use Qute for non-Mac non-Phoenix apps
|
||||||
ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||||
ifndef MOZ_PHOENIX
|
ifndef MOZ_PHOENIX
|
||||||
DIRS += skin
|
DIRS += skin
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user