Bug 934713 - Explicitly use $(PYTHON) to run config.status [r=gps]

This fixes a mysterious bug where config.status has the wrong sys.path when
this recipe is built using GNU Make on Windows.
This commit is contained in:
Matt Brubeck 2013-11-06 13:16:44 -08:00
parent 81d9362690
commit a0bd27f087

View File

@ -69,7 +69,7 @@ config.status: $(topsrcdir)/configure
backend.RecursiveMakeBackend:
@echo "Build configuration changed. Regenerating backend."
./config.status
$(PYTHON) config.status
Makefile: backend.RecursiveMakeBackend
@$(TOUCH) $@