aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/Makefile.in')
-rw-r--r--contrib/less/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/less/Makefile.in b/contrib/less/Makefile.in
index 32b858d5945f..57f62810cc5e 100644
--- a/contrib/less/Makefile.in
+++ b/contrib/less/Makefile.in
@@ -24,6 +24,8 @@ exec_prefix = @exec_prefix@
bindir = @bindir@
binprefix =
+sysconfdir = @sysconfdir@
+
mandir = @mandir@
manext = 1
manprefix =
@@ -35,7 +37,7 @@ SHELL = /bin/sh
# This rule allows us to supply the necessary -D options
# in addition to whatever the user asks for.
.c.o:
- ${CC} -I. ${CFLAGS_COMPILE_ONLY} -DSYSDIR=\"${bindir}\" ${CPPFLAGS} ${CFLAGS} $<
+ ${CC} -I. ${CFLAGS_COMPILE_ONLY} -DBINDIR=\"${bindir}\" -DSYSDIR=\"${sysconfdir}\" ${CPPFLAGS} ${CFLAGS} $<
OBJ = main.${O} screen.${O} brac.${O} ch.${O} charset.${O} cmdbuf.${O} \
command.${O} decode.${O} edit.${O} filename.${O} forwback.${O} \