aboutsummaryrefslogtreecommitdiffstats
path: root/early-plugins.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-18 21:04:07 +0100
committerLoïc Hoguin <[email protected]>2017-11-18 21:04:07 +0100
commit0ea0702dca21bd94a6091a836ebc515a713f190c (patch)
tree0e9b0996d49802d1a467db1dec6246442daccd43 /early-plugins.mk
parent378d31dc1d7d7fe3e171cd75be6820ecc073d448 (diff)
downloadci.erlang.mk-0ea0702dca21bd94a6091a836ebc515a713f190c.tar.gz
ci.erlang.mk-0ea0702dca21bd94a6091a836ebc515a713f190c.tar.bz2
ci.erlang.mk-0ea0702dca21bd94a6091a836ebc515a713f190c.zip
Remove the dependency on the intallation in Program Files
Diffstat (limited to 'early-plugins.mk')
-rw-r--r--early-plugins.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index ef8ee3a..5f6ccb4 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -94,7 +94,7 @@ WINDOWS-OTP-20.0-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl9.0/bin)
WINDOWS-OTP-20.1-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl9.1/bin)
define ci_windows_target
-ci-windows-$1: $(WINDOWS-OTP-$1-INSTALL-DIR)
+ci-windows-$1:
$(verbose) $(MAKE) --no-print-directory clean
$(ci_verbose) \
PATH="$(WINDOWS-OTP-$1-INSTALL-DIR):$(PATH)" \