File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,11 @@ endif
107
107
# Define environment-specific flags
108
108
ifeq ($(shell uname -s) , Darwin)
109
109
PIP_ENV_FLAGS := --break-system-packages
110
- INCLUDE_PATH = includes/fetch-test-reporter/tools-fetch-test-reporter.make
110
+ FETCH_CC_INCLUDE_PATH : = includes/fetch-test-reporter/tools-fetch-test-reporter.make
111
111
else ifeq ($(shell uname -s), Linux)
112
- INCLUDE_PATH = includes/fetch-test-reporter/tools-fetch-test-reporter.make
112
+ FETCH_CC_INCLUDE_PATH : = includes/fetch-test-reporter/tools-fetch-test-reporter.make
113
113
else
114
- INCLUDE_PATH = includes\fetch-test-reporter\tools-fetch-test-reporter.make
114
+ FETCH_CC_INCLUDE_PATH : = includes\fetch-test-reporter\tools-fetch-test-reporter.make
115
115
PIP_ENV_FLAGS :=
116
116
endif
117
117
@@ -153,7 +153,7 @@ ifeq "$(RMDIR)" ""
153
153
endif
154
154
155
155
# Include the makefile
156
- include $(INCLUDE_PATH )
156
+ include $(FETCH_CC_INCLUDE_PATH )
157
157
158
158
.PHONY : all clean test cleanup init help clean-docs must_be_root must_have_flake must_have_pytest uninstall cleanup-dev-backups
159
159
@@ -260,7 +260,7 @@ test-style: cleanup
260
260
$(QUIET ) tests/check_spelling 2> /dev/null || true
261
261
$(QUIET )$(ECHO ) " $@ : Done."
262
262
263
- cc-test-reporter : $(FETCH_CC_TOOL )
263
+ cc-test-reporter : $(FETCH_CC_INCLUDE_PATH )
264
264
$(QUIET )$(FETCH_CC_TOOL ) || DO_FAIL=" exit 2" ;
265
265
$(QUIET )$(WAIT ) ;
266
266
$(QUIET )$(DO_FAIL ) ;
You can’t perform that action at this time.
0 commit comments