From 1723c6f3865dd7c14f65452a13252c1d720cc28e Mon Sep 17 00:00:00 2001 From: robmadole Date: Thu, 30 May 2013 07:36:27 -0500 Subject: [PATCH] Correct a misspelled PHONY --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 7a5ded376..e1982c174 100644 --- a/build/Makefile +++ b/build/Makefile @@ -24,4 +24,4 @@ build: default: build -.PHONE: build +.PHONY: build