1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-26 00:12:31 +01:00

Fix --disable-verbose-compile

Remove an extra $(QUIET), as that was causing a few annoying
messages during the compilation of libraries.
This commit is contained in:
Carlos R. Mafra
2009-09-18 00:23:19 +02:00
parent 3953f53680
commit 7a86f48f73
5 changed files with 6 additions and 6 deletions

View File

@@ -135,7 +135,7 @@ wmaker_LDADD = \
# @INTLIBS@ \
# @DLLIBS@
LIBTOOL = $(QUIET) $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
LIBTOOL = $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
.c.o:
$(QUIET)$(COMPILE) -c $<