From: Fred Drake Date: Thu, 31 Aug 2000 21:53:03 +0000 (+0000) Subject: Minor adjustment to Setup.in message, based on comment from Barry Warsaw. X-Git-Tag: v2.0b1~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cfdffb2e546605f7301338df6649ec2e1b69c8d;p=thirdparty%2FPython%2Fcpython.git Minor adjustment to Setup.in message, based on comment from Barry Warsaw. --- diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index e298112af387..3e89ef7091dc 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -162,13 +162,13 @@ hassignal: Setup: $(srcdir)/Setup.in @if [ -f Setup ] ; then \ - echo; \ - echo "-------------------------------------------"; \ - echo "$(srcdir)/Setup.in is newer than Setup;"; \ - echo "check to make sure you have all the updates"; \ - echo "you need in your Setup file."; \ - echo "-------------------------------------------"; \ - echo; \ + echo; \ + echo "----------------------------------------------"; \ + echo "Modules/Setup.in is newer than Moodules/Setup;"; \ + echo "check to make sure you have all the updates"; \ + echo "you need in your Setup file."; \ + echo "----------------------------------------------"; \ + echo; \ else (set -x; cp $(srcdir)/Setup.in Setup); fi