]> git.sesse.net Git - x264/commitdiff
build: Simplify phony target declaration with wildcards
authorDiego Biurrun <diego@biurrun.de>
Tue, 15 Apr 2014 21:02:39 +0000 (23:02 +0200)
committerFiona Glaser <fiona@x264.com>
Sun, 20 Jul 2014 03:52:59 +0000 (20:52 -0700)
Also add etags to list of phony targets.

Makefile

index 4faed55df6f12776c65acf97047ed94ea7decbb6..55af1c88b0e0d3d8c4a84fe37c3fafa8b6f61a44 100644 (file)
--- 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)