diff options
author | Roland McGrath <roland@redhat.com> | 1992-08-28 00:14:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-08-28 00:14:44 +0000 |
commit | e80a2e9424248bc1b9f0ae961d8e00c2d2d7982d (patch) | |
tree | 50011303ad28bad3ec0006be13f07e30467a5b7a | |
parent | e30c4023e1ae0e81a72ecdba2317d6c8b16b63ea (diff) | |
download | gunmake-e80a2e9424248bc1b9f0ae961d8e00c2d2d7982d.tar.gz |
Formerly compatMakefile.~37~
-rw-r--r-- | compatMakefile | 4 |
1 files changed, 3 insertions, 1 deletions
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. |