Fixup for bug 915648 (sync config/recurse.mk with js/src/config)

This commit is contained in:
Mike Hommey 2013-09-20 13:46:16 +09:00
parent 1f9037d4ca
commit 91a38530ef

View File

@ -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