mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixup for bug 915648 (sync config/recurse.mk with js/src/config)
This commit is contained in:
parent
1f9037d4ca
commit
91a38530ef
@ -22,7 +22,8 @@ endif
|
||||
# make -C foo/baz
|
||||
# make -C qux
|
||||
|
||||
ifeq (1_.,$(MOZ_PSEUDO_DERECURSE)_$(DEPTH))
|
||||
# MOZ_PSEUDO_DERECURSE can have values other than 1.
|
||||
ifeq (1_.,$(if $(MOZ_PSEUDO_DERECURSE),1)_$(DEPTH))
|
||||
|
||||
include root.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user