diff options
author | Andrew John Hughes <[email protected]> | 2010-10-19 18:19:19 +0100 |
---|---|---|
committer | Andrew John Hughes <[email protected]> | 2010-10-19 18:19:19 +0100 |
commit | 6c5a06553583a43bb402af104d3285412f40f546 (patch) | |
tree | 161555a2a92e51107088a14021b87cdb8390af43 /README | |
parent | 7603e948d7a0a7eb2e72358cb4a40ae6779f95da (diff) |
Revert to using foreign to avoid warnings about GNU make syntax.
2010-10-19 Andrew John Hughes <[email protected]>
* 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.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |