[x264-devel] [PATCH 06/11] build: Coalesce etags/TAGS rules

Diego Biurrun diego at biurrun.de
Sun Feb 5 09:02:48 CET 2017


---
 Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 5279ef6..7e3b227 100644
--- a/Makefile
+++ b/Makefile
@@ -310,7 +310,5 @@ uninstall-implib:
 uninstall-soname:
 	rm -f $(DESTDIR)$(libdir)/$(SONAME) $(DESTDIR)$(libdir)/libx264.$(SOSUFFIX)
 
-etags: TAGS
-
-TAGS:
+etags TAGS:
 	etags $(SRCS)
-- 
2.1.4



More information about the x264-devel mailing list