mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
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:
parent
81d9362690
commit
a0bd27f087
@ -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) $@
|
||||
|
Loading…
Reference in New Issue
Block a user