Removing direct references to /usr in the Makefile, for nix.
authorviric@mandarina
Thu, 21 Aug 2008 23:21:22 +0200
changeset 93 7d9b7a6da507
parent 92 faf9db07c037
child 94 330324fc7c20
child 97 eea77d5a624c
Removing direct references to /usr in the Makefile, for nix.
Makefile
web/index.html
--- a/Makefile	Mon Apr 28 21:42:48 2008 +0200
+++ b/Makefile	Thu Aug 21 23:21:22 2008 +0200
@@ -1,6 +1,6 @@
 CC=gcc
 CFLAGS=-g -Wall -O0
-INSTALL=/usr/bin/install -c
+INSTALL=install -c
 ifeq ($(shell uname),Linux)
 LINUX_OBJECTS=eth_linux.o \
 	eth_proto.o \
--- a/web/index.html	Mon Apr 28 21:42:48 2008 +0200
+++ b/web/index.html	Thu Aug 21 23:21:22 2008 +0200
@@ -25,7 +25,7 @@
 
 <h2>Download</h2>
 
-<p>Download the latest version (GPL 1.2+ licensed):
+<p>Download the latest version (GPL 2+ licensed):
 <a href="tm-0.4.1.tar.gz">tm-0.4.1.tar.gz</a> - v0.4.1 - <a
 href="ChangeLog">ChangeLog</a></p>