]> granicus.if.org Git - python/commitdiff
Minor adjustment to Setup.in message, based on comment from Barry Warsaw.
authorFred Drake <fdrake@acm.org>
Thu, 31 Aug 2000 21:53:03 +0000 (21:53 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 31 Aug 2000 21:53:03 +0000 (21:53 +0000)
Modules/Makefile.pre.in

index e298112af387d42dd58da0fac8dc0770fa601cbb..3e89ef7091dc694ec03d2edbf0edc44f9aedcb54 100644 (file)
@@ -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