From: Jochen Eisinger Date: Mon, 14 May 2007 20:11:52 +0000 (+0000) Subject: use GNU make on sauna, which is the primary development environment X-Git-Tag: silc.client.1.1.beta3~2 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=0aff42e396189eaac28df738692f99c864811335 use GNU make on sauna, which is the primary development environment --- diff --git a/distdir/autodist.conf b/distdir/autodist.conf index 8a279ae8..22cc82ba 100644 --- a/distdir/autodist.conf +++ b/distdir/autodist.conf @@ -46,4 +46,4 @@ LIBTOOLIZE="libtoolize --automake --copy" # Location of the make program. This must be specified in order to be # able to create distributions. # -MAKE="make" +MAKE="gmake"