From: Markus Armbruster Date: Sun, 18 Jun 2006 20:45:01 +0000 (+0000) Subject: Fix the previous revision again. X-Git-Tag: v4.3.6~6 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=aeff93394e42daae4ec3ffaa9137392d4a7d5715 Fix the previous revision again. --- diff --git a/Make.mk b/Make.mk index 495a18566..3915e0538 100644 --- a/Make.mk +++ b/Make.mk @@ -184,7 +184,7 @@ install: all installdirs echo "Your $(econfig) doesn't work"; \ src/util/pconfig >$(econfig).new; \ fi; \ - if [ -e $(econfig) ]; then \ + if [ -e $(econfig).new ]; then \ echo "Check out $(econfig).new"; \ fi; \ else \