summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-10-27 13:04:52 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-10-27 13:04:52 +0000
commit1f85983a412e7d3e9abff91e321cc399e1bafd24 (patch)
tree5b9800cc1c449655b689ca8636804df9cbda626f /Makefile
parent7da3ee0f5704f4b553af4ca7f5952867bfc0acb6 (diff)
List the official URL for GNU make in the Makefile comments at the top.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3878 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 7a980346..75297dcf 100644
--- a/Makefile
+++ b/Makefile
@@ -7,16 +7,19 @@
#
# WARNING: This makefile may not function with "make". Errors like
# make: file `Makefile' line 36: Must be a separator (: or ::) for rules (bu39)
-# mean you should have used gmake. gmake is available free
-# from ftp://prep.ai.mit.edu/ and should be installed on all production
-# systems.
+# mean you should have used gmake. gmake is available free from
+#
+# http://www.gnu.org/software/make/
+#
+# and should be installed on all production systems.
#
# For information on how to use this makefile, type
-# gmake help
+#
+# gmake help
#
#
# @enddesc
-# @version $Id: Makefile,v 1.160 2004-06-21 11:09:45 tradke Exp $
+# @version $Id: Makefile,v 1.161 2004-10-27 13:04:52 tradke Exp $
# @@*/
##################################################################################