Revert "Disable MAKE_SKIP_PATH"
This reverts commit f0ae6e34170beb724db62a50c791ee13aca08db4.
Gus Eggert committed
Aug 13, 2021 at 16:38 UTC
b3f1d65af4d8c21eef7573b01b8ecaad84776030
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 "*** $@ ***"