build: rename configure to configure.py

!Should go with next commit!

* renaming so that IDEs can properly detect this as python
* Add dependency to Makefile

PR-URL: https://github.com/nodejs/node/pull/22450
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
This commit is contained in:
Refael Ackermann 2018-08-21 19:25:26 -04:00
parent 8518548a79
commit d1c5d18ff6
2 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp \
config.gypi
$(PYTHON) tools/gyp_node.py -f make
config.gypi: configure
config.gypi: configure configure.py
@if [ -x config.status ]; then \
./config.status; \
else \