Skip to content

Commit db52f8f

Browse files
refacktargos
authored andcommitted
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: #22450 Reviewed-By: Joyee Cheung <[email protected]>
1 parent 13b8011 commit db52f8f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp \
129129
config.gypi
130130
$(PYTHON) tools/gyp_node.py -f make
131131

132-
config.gypi: configure
132+
config.gypi: configure configure.py
133133
@if [ -x config.status ]; then \
134134
./config.status; \
135135
else \

configure configure.py

File renamed without changes.

0 commit comments

Comments
 (0)