]> git.pond.sub.org Git - empserver/commitdiff
Fix the previous revision again.
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 18 Jun 2006 20:45:01 +0000 (20:45 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 18 Jun 2006 20:45:01 +0000 (20:45 +0000)
Make.mk

diff --git a/Make.mk b/Make.mk
index 495a185663c06e75eaf8a41fefb24950289c05af..3915e053814bc00bd4d35f86c03da95f9eed2e71 100644 (file)
--- 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                                                            \