Browse Source

build: Mark all-yes Makefile target as phony.

Diego Biurrun 13 years ago
parent
commit
e2542dcc6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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*