17 lines
394 B
Diff
17 lines
394 B
Diff
Makefile.in | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -95,8 +95,8 @@ EXEEXT = @EXEEXT@
|
|
|
|
SHELL = @SHELL@
|
|
LIBTOOL = @SVN_LIBTOOL@
|
|
-LTFLAGS = --tag=CC --silent
|
|
-LTCXXFLAGS = --tag=CXX --silent
|
|
+LTFLAGS = --tag=CC
|
|
+LTCXXFLAGS = --tag=CXX
|
|
LT_LDFLAGS = @LT_LDFLAGS@
|
|
LT_NO_UNDEFINED = @LT_NO_UNDEFINED@
|
|
LT_CXX_LIBADD = @LT_CXX_LIBADD@
|