OSDN Git Service

build: Remove deleted 'check' target from .PHONY list.
authorDiego Biurrun <diego@biurrun.de>
Thu, 30 Jun 2011 11:46:58 +0000 (13:46 +0200)
committerDiego Biurrun <diego@biurrun.de>
Mon, 4 Jul 2011 11:14:31 +0000 (13:14 +0200)
Makefile

index 2cb5f65..9f7b436 100644 (file)
--- 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*