# HG changeset patch # User viric@mandarina # Date 1219353682 -7200 # Node ID 7d9b7a6da50773d6cebb00d2ce9c7334f439e234 # Parent faf9db07c037c3f798fad99b9a4623c65262e499 Removing direct references to /usr in the Makefile, for nix. diff -r faf9db07c037 -r 7d9b7a6da507 Makefile --- 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 \ diff -r faf9db07c037 -r 7d9b7a6da507 web/index.html --- 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 @@

Download

-

Download the latest version (GPL 1.2+ licensed): +

Download the latest version (GPL 2+ licensed): tm-0.4.1.tar.gz - v0.4.1 - ChangeLog