31 lines
863 B
Text
31 lines
863 B
Text
$NetBSD: patch-aa,v 1.4 1998/08/07 11:09:50 agc Exp $
|
|
|
|
--- Makefile.orig Mon Apr 28 02:27:40 1997
|
|
+++ Makefile Thu May 7 15:03:08 1998
|
|
@@ -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=/tmp .
|
|
|
|
#LOCKINGTEST=/tmp . # Uncomment and add any directories you see fit.
|
|
# If LOCKINGTEST is defined, autoconf will NOT
|
|
@@ -86,7 +86,7 @@
|
|
#-Wimplicit -Wshadow -Wid-clash-6 #-Wuninitialized
|
|
|
|
# The place to put your favourite extra cc flag
|
|
-CFLAGS0 = -O #$(GCC_WARNINGS)
|
|
+CFLAGS0 = #-O #$(GCC_WARNINGS)
|
|
LDFLAGS0= -s
|
|
# Read my libs :-)
|
|
LIBS=
|