From: Diego Biurrun Date: Thu, 30 Jun 2011 11:46:58 +0000 (+0200) Subject: build: Remove deleted 'check' target from .PHONY list. X-Git-Tag: v0.8b1~2199 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db54be09c20917081031c73816bfa79c08a1cd5b;p=platform%2Fupstream%2Flibav.git build: Remove deleted 'check' target from .PHONY list. --- diff --git a/Makefile b/Makefile index 2cb5f65c6..9f7b4361d 100644 --- a/Makefile +++ b/Makefile @@ -199,5 +199,5 @@ $(sort $(OBJDIRS)): # so this saves some time on slow systems. .SUFFIXES: -.PHONY: all all-yes alltools *clean check config examples install* +.PHONY: all all-yes alltools *clean config examples install* .PHONY: testprogs uninstall*