Skip to content

Commit f0ae6e3

Browse files
committed
Disable MAKE_SKIP_PATH
1 parent b5f5419 commit f0ae6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sharness/Rules.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DEPS_$(d) += $(PLUGINS_$(d))
2626
endif
2727
endif
2828

29-
export MAKE_SKIP_PATH=1
29+
#export MAKE_SKIP_PATH=1
3030

3131
$(T_$(d)): $$(DEPS_$(d)) # use second expansion so coverage can inject dependency
3232
@echo "*** $@ ***"

0 commit comments

Comments
 (0)