]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly compatMakefile.~36~
authorRoland McGrath <roland@redhat.com>
Thu, 27 Aug 1992 21:51:23 +0000 (21:51 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 27 Aug 1992 21:51:23 +0000 (21:51 +0000)
compatMakefile

index 87bed6f0e8083f89175a4691e1652bfa6f0653fb..4a38fb253cb8a8dc4bf95e45f95a0e794299fdb1 100644 (file)
@@ -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.