summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-30 13:46:58 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-04 13:14:31 +0200
commitdb54be09c20917081031c73816bfa79c08a1cd5b (patch)
tree3e35495c173d6e52eedc5a9f3b14605df00fe285 /Makefile
parent0a94020b5b073d1abf442e28b6db3be785aa680a (diff)
build: Remove deleted 'check' target from .PHONY list.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2cb5f65c6f..9f7b4361d4 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*