autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 13/16] build: avoid repeating the same etags args several times


From: Stefano Lattarini
Subject: [PATCH 13/16] build: avoid repeating the same etags args several times
Date: Sun, 5 May 2013 23:29:10 +0200

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/local.mk | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lib/local.mk b/lib/local.mk
index 36ff484..754e15b 100644
--- a/lib/local.mk
+++ b/lib/local.mk
@@ -15,8 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF)
 TAGS_FILES = # Incrementally updated later.
-ETAGS_ARGS = # Likewise.
 
 # Additional checks.
 check-local: check-forbidden-patterns
@@ -102,7 +102,6 @@ nodist_autoconflib_DATA = lib/autoconf/autoconf.m4f
 CLEANFILES += $(nodist_autoconflib_DATA)
 
 TAGS_FILES += $(dist_autoconflib_DATA)
-ETAGS_ARGS += $(ETAGS_FOR_AUTOCONF)
 
 forbidden_patterns_files += $(dist_autoconflib_DATA)
 
@@ -169,7 +168,6 @@ lib/m4sugar/version.m4: Makefile
        mv address@hidden $@
 
 TAGS_FILES += $(dist_m4sugarlib_DATA)
-ETAGS_ARGS += $(ETAGS_FOR_AUTOCONF)
 
 forbidden_patterns_files += $(dist_m4sugarlib_DATA)
 
@@ -191,7 +189,6 @@ nodist_autotestlib_DATA = lib/autotest/autotest.m4f
 CLEANFILES += $(nodist_autotestlib_DATA)
 
 TAGS_FILES += $(dist_autotestlib_DATA)
-ETAGS_ARGS += $(ETAGS_FOR_AUTOCONF)
 
 forbidden_patterns_files += $(dist_autotestlib_DATA)
 
-- 
1.8.3.rc0.19.g7e6a0cc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]