From e80a2e9424248bc1b9f0ae961d8e00c2d2d7982d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 28 Aug 1992 00:14:44 +0000 Subject: Formerly compatMakefile.~37~ --- compatMakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'compatMakefile') diff --git a/compatMakefile b/compatMakefile index 4a38fb2..9707285 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@ -DLIBDIR=\"$(libdir)\" +defines = @DEFS@ -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" # If you are using the GNU C library, or have the GNU getopt functions in # your C library, you can comment these out. @@ -68,6 +68,8 @@ instname = make bindir = $(exec_prefix)/bin # Directory to find libraries in for `-lXXX'. libdir = $(exec_prefix)/lib +# Directory to search by default for included makefiles. +includedir = $(prefix)/include # Directory to install the man page in. mandir = $(prefix)/man/man$(manext) # Number to put on the man page filename. -- cgit v1.2.3