--- Makefile.orig	Mon Jan 20 21:32:37 2003
+++ Makefile	Tue Jan 28 01:52:19 2003
@@ -4,7 +4,7 @@
 
 # change this if you want to install it in a different place
 ifndef $(TCM_INSTALL_DIR)
-	TCM_INSTALL_DIR=/opt/tcm
+	TCM_INSTALL_DIR=$(PREFIX)/tcm
 endif
 
 # the current version.
@@ -107,7 +107,7 @@
 	@echo make all: to do all this in one run
 	@echo make clean: to remove all binaries, object and temporary files.
 
-all: config depend execs install
+all: config depend execs
 
 execs:
 	(cd ./src; ${MAKE} $(MFLAGS) all)
