[x264-devel] [PATCH 1/2] build: Coalesce etags/TAGS rules

Diego Biurrun diego at biurrun.de
Sun Apr 27 23:20:09 CEST 2014


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

diff --git a/Makefile b/Makefile
index 5517546..982e299 100644
--- a/Makefile
+++ b/Makefile
@@ -267,7 +267,5 @@ uninstall-implib:
 uninstall-soname:
 	rm -f $(DESTDIR)$(libdir)/$(SONAME) $(DESTDIR)$(libdir)/libx264.$(SOSUFFIX)
 
-etags: TAGS
-
-TAGS:
+etags TAGS:
 	etags $(SRCS)
-- 
1.8.3.2



More information about the x264-devel mailing list