Fix the previous revision again.

This commit is contained in:
Markus Armbruster 2006-06-18 20:45:01 +00:00
parent 3d0f7dd383
commit aeff93394e

View file

@ -184,7 +184,7 @@ install: all installdirs
echo "Your $(econfig) doesn't work"; \ echo "Your $(econfig) doesn't work"; \
src/util/pconfig >$(econfig).new; \ src/util/pconfig >$(econfig).new; \
fi; \ fi; \
if [ -e $(econfig) ]; then \ if [ -e $(econfig).new ]; then \
echo "Check out $(econfig).new"; \ echo "Check out $(econfig).new"; \
fi; \ fi; \
else \ else \