[vlc-commits] Makefile: add missing verbosity filter
Rémi Denis-Courmont
git at videolan.org
Sun Sep 27 21:35:19 CEST 2020
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Sep 27 22:34:29 2020 +0300| [67b0d35d078b36bd45cd8861f0aa8331447e6ad6] | committer: Rémi Denis-Courmont
Makefile: add missing verbosity filter
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=67b0d35d078b36bd45cd8861f0aa8331447e6ad6
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 3e2d18ad8a..bd4136dd8f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -167,7 +167,7 @@ endif
EXTRA_DIST += libvlc_win32_rc.rc.in
libvlc_win32_rc.rc: libvlc_win32_rc.rc.in $(top_builddir)/config.status
- cd "$(top_builddir)" && \
+ $(AM_V_GEN)cd "$(top_builddir)" && \
$(SHELL) ./config.status --file="src/$@"
###############################################################################
More information about the vlc-commits
mailing list