From: Brian Warner <warner@lothar.com>
Date: Fri, 13 Feb 2009 08:23:41 +0000 (-0700)
Subject: Makefile: minor, add .PHONY declarations
X-Git-Tag: allmydata-tahoe-1.3.0~7
X-Git-Url: https://git.rkrishnan.org/simplejson/components/frontends/%3C?a=commitdiff_plain;h=dc6fe89629c2e7be448f3a33f8614bc6c2f49286;p=tahoe-lafs%2Ftahoe-lafs.git

Makefile: minor, add .PHONY declarations
---

diff --git a/Makefile b/Makefile
index d7e66fb9..ba4875e5 100644
--- a/Makefile
+++ b/Makefile
@@ -146,7 +146,8 @@ figleaf-delta-output:
 # coverage-html/index.html
 
 .PHONY: upload-figleaf .figleaf.el pyflakes count-lines
-.PHONY: check-memory check-memory-once clean
+.PHONY: check-memory check-memory-once check-speed check-grid
+.PHONY: repl test-darcs-boringfile test-clean clean find-trailing-spaces
 
 # 'upload-figleaf' is meant to be run with an UPLOAD_TARGET=host:/dir setting
 ifdef UPLOAD_TARGET