Fix the previous revision again.
This commit is contained in:
parent
3d0f7dd383
commit
aeff93394e
1 changed files with 1 additions and 1 deletions
2
Make.mk
2
Make.mk
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue