From 1f85983a412e7d3e9abff91e321cc399e1bafd24 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 27 Oct 2004 13:04:52 +0000 Subject: 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 --- Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'Makefile') 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 $ # @@*/ ################################################################################## -- cgit v1.2.3