diff -ru tree-1.4/Makefile tree-1.4-patched/Makefile --- tree-1.4/Makefile 2002-02-21 17:40:45.000000000 +0100 +++ tree-1.4-patched/Makefile 2002-08-10 15:30:26.000000000 +0200 @@ -6,13 +6,13 @@ # warranties, including, without limitation, the implied warranties # of merchant-ability and fitness for a particular purpose. -CC=gcc -CFLAGS=-O2 -Wall -fomit-frame-pointer #-m486 -LDFLAGS=-s +#CC=gcc +#CFLAGS=-O2 -Wall -fomit-frame-pointer #-m486 +#LDFLAGS=-s # Uncomment for OS X: -#CC=cc -#CFLAGS=-O2 -Wall -fomit-frame-pointer -no-cpp-precomp -#LDFLAGS= +CC=cc +CFLAGS=-O2 -Wall -fomit-frame-pointer -no-cpp-precomp +LDFLAGS= prefix = /usr/local @@ -20,7 +20,7 @@ TREE_DEST=tree BINDIR=${prefix}/bin MAN=tree.1 -MANDIR=${prefix}/man/man1 +MANDIR=${prefix}/share/man/man1 all: tree