Commit 5f739bef authored by Fred Drake's avatar Fred Drake

Do not echo the echo command with the message telling the user that Setup

may be out of date.
parent 02956017
...@@ -161,7 +161,7 @@ hassignal: ...@@ -161,7 +161,7 @@ hassignal:
done done
Setup: $(srcdir)/Setup.dist Setup: $(srcdir)/Setup.dist
echo "-----------------------------------------------"; \ @echo "-----------------------------------------------"; \
echo "Modules/Setup.dist is newer than Modules/Setup;"; \ echo "Modules/Setup.dist is newer than Modules/Setup;"; \
echo "check to make sure you have all the updates you"; \ echo "check to make sure you have all the updates you"; \
echo "need in your Modules/Setup file."; \ echo "need in your Modules/Setup file."; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment