mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-10 23:43:44 +00:00
Formerly compatMakefile.~36~
This commit is contained in:
parent
381a6bbfb4
commit
178a758738
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue