Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6cfdffb

Browse files
committed
Minor adjustment to Setup.in message, based on comment from Barry Warsaw.
1 parent 0dc78c3 commit 6cfdffb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Modules/Makefile.pre.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@ hassignal:
162162

163163
Setup: $(srcdir)/Setup.in
164164
@if [ -f Setup ] ; then \
165-
echo; \
166-
echo "-------------------------------------------"; \
167-
echo "$(srcdir)/Setup.in is newer than Setup;"; \
168-
echo "check to make sure you have all the updates"; \
169-
echo "you need in your Setup file."; \
170-
echo "-------------------------------------------"; \
171-
echo; \
165+
echo; \
166+
echo "----------------------------------------------"; \
167+
echo "Modules/Setup.in is newer than Moodules/Setup;"; \
168+
echo "check to make sure you have all the updates"; \
169+
echo "you need in your Setup file."; \
170+
echo "----------------------------------------------"; \
171+
echo; \
172172
else (set -x; cp $(srcdir)/Setup.in Setup); fi
173173

174174

0 commit comments

Comments
 (0)