From 6c5a06553583a43bb402af104d3285412f40f546 Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Tue, 19 Oct 2010 18:19:19 +0100 Subject: Revert to using foreign to avoid warnings about GNU make syntax. 2010-10-19 Andrew John Hughes * Makefile.am: (PLUGIN_LAUNCHER_OBJECTS): Do prefixing once. (NETX_LAUNCHER_OBJECTS): Likewise for NetX. (pluginappletviewer): Use PLUGIN_LAUNCHER_OBJECTS. (javaws): Use NETX_LAUNCHER_OBJECTS. * configure.ac: Re-enable foreign (I want to use GNU make!) * README: Use gmake not make. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index abeda5b..a275530 100644 --- a/README +++ b/README @@ -48,8 +48,8 @@ IcedTea-Web is built using the standard: $ ./autogen.sh (if building from Mercurial rather than a tarball) $ ./configure -$ make -$ make install +$ gmake +$ gmake install incantation. The build requirements are as follows: -- cgit v1.2.3