X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/blobdiff_plain/4fd7858a386ea98d6cc28d810ebfc32c43a2cb57..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)