[Libreoffice-commits] online.git: Makefile.am

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 30 10:14:25 UTC 2018


 Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 03e2c6c54ea99b8c3c07c02cf617dfd6d33493dd
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Oct 30 12:13:35 2018 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Oct 30 12:13:35 2018 +0200

    Avoid automake warning about ETAGS

diff --git a/Makefile.am b/Makefile.am
index e8b0dec89..3451489ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ETAGS=ctags -e
+
 if ENABLE_IOSAPP
 
 SUBDIRS = loleaflet
@@ -75,7 +77,6 @@ endif
 
 loolwsd_fuzzer_CPPFLAGS = -DKIT_IN_PROCESS=1 -DFUZZER=1 -DTDOC=\"$(abs_top_srcdir)/test/data\" $(AM_CPPFLAGS)
 
-ETAGS=ctags -e
 AM_ETAGSFLAGS = --c++-kinds=+p --fields=+iaS --extra=+q -R --totals=yes --exclude=loleaflet *
 AM_CTAGSFLAGS = $(AM_ETAGSFLAGS)
 


More information about the Libreoffice-commits mailing list