Module: libav Branch: master Commit: e2542dcc6e94d86b8b844f6ab0ce32ed329d39ee
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Tue Jun 7 13:16:48 2011 +0200 build: Mark all-yes Makefile target as phony. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 3510a1e..59a1692 100644 --- a/Makefile +++ b/Makefile @@ -198,5 +198,5 @@ $(sort $(OBJDIRS)): # so this saves some time on slow systems. .SUFFIXES: -.PHONY: all alltools *clean check config examples install* +.PHONY: all all-yes alltools *clean check config examples install* .PHONY: testprogs uninstall* _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
