Commit 6cfdffb2 authored by Fred Drake's avatar Fred Drake

Minor adjustment to Setup.in message, based on comment from Barry Warsaw.

parent 0dc78c3b
...@@ -163,11 +163,11 @@ hassignal: ...@@ -163,11 +163,11 @@ hassignal:
Setup: $(srcdir)/Setup.in Setup: $(srcdir)/Setup.in
@if [ -f Setup ] ; then \ @if [ -f Setup ] ; then \
echo; \ echo; \
echo "-------------------------------------------"; \ echo "----------------------------------------------"; \
echo "$(srcdir)/Setup.in is newer than Setup;"; \ echo "Modules/Setup.in is newer than Moodules/Setup;"; \
echo "check to make sure you have all the updates"; \ echo "check to make sure you have all the updates"; \
echo "you need in your Setup file."; \ echo "you need in your Setup file."; \
echo "-------------------------------------------"; \ echo "----------------------------------------------"; \
echo; \ echo; \
else (set -x; cp $(srcdir)/Setup.in Setup); fi else (set -x; cp $(srcdir)/Setup.in Setup); fi
......
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