21 lines
574 B
Plaintext
21 lines
574 B
Plaintext
--- Makefile.orig Fri Apr 2 14:22:07 1999
|
|
+++ Makefile Wed Mar 8 22:45:19 2000
|
|
@@ -2,7 +2,7 @@
|
|
|
|
# BASENAME should point to where the whole lot will be installed
|
|
# change BASENAME to your home directory if need be
|
|
-BASENAME = /usr
|
|
+BASENAME = $(PREFIX)
|
|
# For display in the man pages
|
|
VISIBLE_BASENAME= $(BASENAME)
|
|
|
|
@@ -53,7 +53,7 @@
|
|
|
|
# Makefile.0 - mark, don't (re)move this, a sed script needs it
|
|
|
|
-LOCKINGTEST=__defaults__
|
|
+LOCKINGTEST=110
|
|
|
|
#LOCKINGTEST=/tmp . # Uncomment and add any directories you see fit.
|
|
# If LOCKINGTEST is defined, autoconf will NOT
|