diff --git a/Make.mk b/Make.mk index 495a1856..3915e053 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 \