Skip to content

Commit

Permalink
build: rename configure to configure.py
Browse files Browse the repository at this point in the history
!Should go with next commit!

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

PR-URL: #22450
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
  • Loading branch information
refack authored and targos committed Sep 7, 2018
1 parent 13b8011 commit db52f8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
File renamed without changes.

0 comments on commit db52f8f

Please sign in to comment.