OSDN Git Service

build: Mark all-yes Makefile target as phony.
authorDiego Biurrun <diego@biurrun.de>
Tue, 7 Jun 2011 11:16:48 +0000 (13:16 +0200)
committerDiego Biurrun <diego@biurrun.de>
Wed, 29 Jun 2011 10:15:52 +0000 (12:15 +0200)
Makefile

index 3510a1e..59a1692 100644 (file)
--- 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*