mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-16 05:55:45 +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:
@@ -22,7 +22,7 @@ DISTCLEANFILES = wmlib.pc
|
||||
|
||||
install-exec-local:
|
||||
@$(NORMAL_INSTALL)
|
||||
@$(mkinstalldirs) $(DESTDIR)$(libdir)/pkgconfig
|
||||
$(mkinstalldirs) $(DESTDIR)$(libdir)/pkgconfig
|
||||
@list='wmlib.pc'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
echo "$(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/pkgconfig/"; \
|
||||
@@ -30,7 +30,7 @@ install-exec-local:
|
||||
else :; fi; \
|
||||
done
|
||||
|
||||
LIBTOOL = $(QUIET) $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
|
||||
LIBTOOL = $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
|
||||
|
||||
.c.o:
|
||||
$(QUIET)$(COMPILE) -c $<
|
||||
|
||||
Reference in New Issue
Block a user