summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-07 13:16:48 +0200
committerDiego Biurrun <diego@biurrun.de>2011-06-29 12:15:52 +0200
commite2542dcc6e94d86b8b844f6ab0ce32ed329d39ee (patch)
treea275fba2e914c61d95f8e67f122c2940c5e04f1e /Makefile
parent86c3c1abf0126e8aad58aaf9d2bfa124d112a372 (diff)
build: Mark all-yes Makefile target as phony.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3510a1ed59..59a1692018 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*