diff --git a/Make.mk b/Make.mk index 6660da5d..495a1856 100644 --- a/Make.mk +++ b/Make.mk @@ -179,14 +179,14 @@ install: all installdirs if src/util/pconfig $(econfig) >$(econfig).new; then \ if cmp -s $(econfig) $(econfig).new; then \ rm $(econfig).new; \ - fi \ + fi; \ else \ echo "Your $(econfig) doesn't work"; \ - src/util/pconfig >$(econfig).new \ - fi \ - if [ -e $(econfig); then \ + src/util/pconfig >$(econfig).new; \ + fi; \ + if [ -e $(econfig) ]; then \ echo "Check out $(econfig).new"; \ - fi \ + fi; \ else \ src/util/pconfig >$(econfig); \ fi