blob: 39b004fda12fd6b29efd5b79a15e6c2c6b42b3e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- ./src/makefile.bsd.orig Fri Mar 14 12:25:01 2003
+++ ./src/makefile.bsd Sat Dec 25 12:33:55 2004
@@ -6,7 +6,7 @@
# Where and how to install
prefix = $(PREFIX)
bindir = $(prefix)/bin
-helpdir = $(prefix)/share/help
+helpdir = $(prefix)/share/doc/mined/help
mandir = $(prefix)/man
INSTALL = install
#INSTALL = /bin/cp -p
@@ -54,7 +54,7 @@
# link options
# link dynamically
-LDOPTS=-d y # -d n links statically
+LDOPTS= # -d n links statically
GLDOPTS= # -static links statically
@@ -62,7 +62,7 @@
# compiler selection and compiler-specific options
# (source warnings, optimisation and debug)
-CC=gcc
+#CC=gcc
include mkinclud.$(CC)
|