From: Brian Warner <warner@allmydata.com>
Date: Wed, 11 Jul 2007 20:39:55 +0000 (-0700)
Subject: Makefile: make it clear that it requires GNU Make
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/pb.xhtml?a=commitdiff_plain;h=db75139340be089c1582973f47714949a802147f;p=tahoe-lafs%2Ftahoe-lafs.git

Makefile: make it clear that it requires GNU Make
---

diff --git a/Makefile b/Makefile
index 2435f158..47239733 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+
+# this Makefile requires GNU make
+
 default: build
 
 BASE=$(shell pwd)