Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc78c3 commit 6cfdffbCopy full SHA for 6cfdffb
1 file changed
Modules/Makefile.pre.in
@@ -162,13 +162,13 @@ hassignal:
162
163
Setup: $(srcdir)/Setup.in
164
@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
171
+ 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."; \
172
else (set -x; cp $(srcdir)/Setup.in Setup); fi
173
174
0 commit comments