summaryrefslogtreecommitdiff
path: root/compatMakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-08-27 21:51:23 +0000
committerRoland McGrath <roland@redhat.com>1992-08-27 21:51:23 +0000
commit178a7587380e03675d03b45ecda3fe8f8931caa5 (patch)
treeea6431b4952dea46e61af4ea40e8469e6faabc77 /compatMakefile
parent381a6bbfb4df5e78afd51145c9fbeb2fbd8cc825 (diff)
downloadgunmake-178a7587380e03675d03b45ecda3fe8f8931caa5.tar.gz
Formerly compatMakefile.~36~
Diffstat (limited to 'compatMakefile')
-rw-r--r--compatMakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile
index 87bed6f..4a38fb2 100644
--- a/compatMakefile
+++ b/compatMakefile
@@ -33,7 +33,7 @@ LDFLAGS = -g
# without complaint but produce losing code,
# so beware.
# NeXT 1.0a uses an old version of GCC, which required -D__inline=inline.
-defines = @DEFS@
+defines = @DEFS@ -DLIBDIR=\"$(libdir)\"
# If you are using the GNU C library, or have the GNU getopt functions in
# your C library, you can comment these out.
@@ -66,6 +66,8 @@ exec_prefix = /usr/local
instname = make
# Directory to install `make' in.
bindir = $(exec_prefix)/bin
+# Directory to find libraries in for `-lXXX'.
+libdir = $(exec_prefix)/lib
# Directory to install the man page in.
mandir = $(prefix)/man/man$(manext)
# Number to put on the man page filename.