mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixup for pymake after bug 763987. r=ted
This commit is contained in:
parent
841854eecb
commit
61c2f7921a
@ -56,6 +56,8 @@ space :=$(nullstr) # EOL
|
|||||||
|
|
||||||
core_winabspath = $(firstword $(subst /, ,$(call core_abspath,$(1)))):$(subst $(space),,$(patsubst %,\\%,$(wordlist 2,$(words $(subst /, ,$(call core_abspath,$(1)))), $(strip $(subst /, ,$(call core_abspath,$(1)))))))
|
core_winabspath = $(firstword $(subst /, ,$(call core_abspath,$(1)))):$(subst $(space),,$(patsubst %,\\%,$(wordlist 2,$(words $(subst /, ,$(call core_abspath,$(1)))), $(strip $(subst /, ,$(call core_abspath,$(1)))))))
|
||||||
|
|
||||||
|
RM = rm -f
|
||||||
|
|
||||||
# LIBXUL_DIST is not defined under js/src, thus we make it mean DIST there.
|
# LIBXUL_DIST is not defined under js/src, thus we make it mean DIST there.
|
||||||
LIBXUL_DIST ?= $(DIST)
|
LIBXUL_DIST ?= $(DIST)
|
||||||
|
|
||||||
|
@ -56,6 +56,8 @@ space :=$(nullstr) # EOL
|
|||||||
|
|
||||||
core_winabspath = $(firstword $(subst /, ,$(call core_abspath,$(1)))):$(subst $(space),,$(patsubst %,\\%,$(wordlist 2,$(words $(subst /, ,$(call core_abspath,$(1)))), $(strip $(subst /, ,$(call core_abspath,$(1)))))))
|
core_winabspath = $(firstword $(subst /, ,$(call core_abspath,$(1)))):$(subst $(space),,$(patsubst %,\\%,$(wordlist 2,$(words $(subst /, ,$(call core_abspath,$(1)))), $(strip $(subst /, ,$(call core_abspath,$(1)))))))
|
||||||
|
|
||||||
|
RM = rm -f
|
||||||
|
|
||||||
# LIBXUL_DIST is not defined under js/src, thus we make it mean DIST there.
|
# LIBXUL_DIST is not defined under js/src, thus we make it mean DIST there.
|
||||||
LIBXUL_DIST ?= $(DIST)
|
LIBXUL_DIST ?= $(DIST)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user