From aeff93394e42daae4ec3ffaa9137392d4a7d5715 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 18 Jun 2006 20:45:01 +0000 Subject: [PATCH] Fix the previous revision again. --- Make.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \