[x264-devel] build: Simplify phony target declaration with wildcards

Diego Biurrun git at videolan.org
Sun Jul 20 11:58:30 CEST 2014


x264 | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Apr 15 23:02:39 2014 +0200| [d8b6ce7f703d3c9d83dbd4e8ef44cfabc7e2f78e] | committer: Fiona Glaser

build: Simplify phony target declaration with wildcards

Also add etags to list of phony targets.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=d8b6ce7f703d3c9d83dbd4e8ef44cfabc7e2f78e
---

 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4faed55..55af1c8 100644
--- a/Makefile
+++ b/Makefile
@@ -146,7 +146,7 @@ OBJS   += $(SRCS:%.c=%.o)
 OBJCLI += $(SRCCLI:%.c=%.o)
 OBJSO  += $(SRCSO:%.c=%.o)
 
-.PHONY: all default fprofiled clean distclean install uninstall lib-static lib-shared cli install-lib-dev install-lib-static install-lib-shared install-cli
+.PHONY: all default fprofiled clean distclean install install-* uninstall cli lib-* etags
 
 cli: x264$(EXE)
 lib-static: $(LIBX264)



More information about the x264-devel mailing list