X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/blobdiff_plain/ff58aaf82eac878ec33382788e2af0a12d53ba31..5918499b6e7746f49aa8ba9ae1f058d2b48bda47:/Makefile diff --git a/Makefile b/Makefile index 9ccbeee..844b31a 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ CONFIGS = $(foreach m, $(MODES), exim4-$m.conf) TARGETS += $(CONFIGS) $(CONFIGS): exim4-%.conf: $(EARLY) $$(HOOKS_$$*) $(MAIN) $$(OPTIONS_$$*) $(V_GEN)m4 -P -DMODE=$* $^ >$@.new - $(V_AT)$(CHECK_$*)exim4 -C$@.new -bV >/dev/null + $(V_AT)$(CHECK_$*)exim4 -C$$(pwd)/$@.new -bV >/dev/null $(V_AT)mv $@.new $@ all: $(TARGETS)