mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout changeset de0a7a1cdc4a from bug 1240660 for make package bustage on a CLOSED TREE
This commit is contained in:
parent
27c01110a7
commit
fdaae52ad9
@ -74,7 +74,7 @@ PP_TARGETS += SEARCHPLUGINS
|
||||
list-txt = $(SEARCHPLUGINS_PATH)/list.txt
|
||||
GARBAGE += $(list-txt)
|
||||
|
||||
misc:: searchplugins
|
||||
libs:: searchplugins
|
||||
|
||||
# Required for l10n.mk - defines a list of app sub dirs that should
|
||||
# be included in langpack xpis.
|
||||
|
@ -1216,7 +1216,7 @@ endif
|
||||
endif
|
||||
endif
|
||||
|
||||
misc realchrome:: $(FINAL_TARGET)/chrome
|
||||
libs realchrome:: $(FINAL_TARGET)/chrome
|
||||
$(call py_action,jar_maker,\
|
||||
$(QUIET) -d $(FINAL_TARGET) \
|
||||
$(MAKE_JARS_FLAGS) $(DEFINES) $(ACDEFINES) \
|
||||
|
@ -1354,7 +1354,7 @@ VARIABLES = {
|
||||
JAR manifests are files in the tree that define how to package files
|
||||
into JARs and how chrome registration is performed. For more info,
|
||||
see :ref:`jar_manifests`.
|
||||
""", 'misc'),
|
||||
""", 'libs'),
|
||||
|
||||
# IDL Generation.
|
||||
'XPIDL_SOURCES': (StrictOrderingOnAppendList, list,
|
||||
|
Loading…
Reference in New Issue
Block a user