From 6cfdffb2e546605f7301338df6649ec2e1b69c8d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 31 Aug 2000 21:53:03 +0000 Subject: Minor adjustment to Setup.in message, based on comment from Barry Warsaw. --- Modules/Makefile.pre.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index e298112..3e89ef7 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 -- cgit v0.12