summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-05 21:26:15 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-06 12:35:37 +0200
commitfa18cbafd87930acc7487d5836ead7acd6c3af90 (patch)
treed7c1e48b437927c08f30a8ff6a5e6c61b635c385 /Makefile.am
parentf7932b176c95d46985832f62167dc34c2fb42897 (diff)
downloadautoconf-fa18cbafd87930acc7487d5836ead7acd6c3af90.tar.gz
build: fixup: don't define ETAGS_ARGS multiple times
* Makefile.am (ETAGS_ARGS): Define to empty, to be updated later. * bin/local.mk (ETAGS_ARGS): Append to it, rather than re-defining it. * lib/local.mk (ETAGS_ARGS): Likewise. Also, do not bother appending "--lang=perl" once again, as that is already done in 'bin/local.mk'. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c4544bbd..047d6860 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,9 @@ SUBDIRS = . tests man
ACLOCAL_AMFLAGS = -I m4
+## All of these will be incrementally updated later, here or in included
+## makefile fragments.
+ETAGS_ARGS =
MOSTLYCLEANFILES =
CLEANFILES =