Disable MAKE_SKIP_PATH
Gus Eggert committed
Aug 2, 2021 at 13:50 UTC
f0ae6e34170beb724db62a50c791ee13aca08db4
1 file changed
+1
-1
test/sharness/Rules.mk
+1
-1
@@ -26,7 +26,7 @@ DEPS_$(d) += $(PLUGINS_$(d))
26
endif
27
endif
28
29
-export MAKE_SKIP_PATH=1
29
+#export MAKE_SKIP_PATH=1
30
31
$(T_$(d)): $$(DEPS_$(d)) # use second expansion so coverage can inject dependency
32
@echo "*** $@ ***"