summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/src/Makefile.in')
-rw-r--r--contrib/cvs/src/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/cvs/src/Makefile.in b/contrib/cvs/src/Makefile.in
index 7cbdca7..d09b0cb 100644
--- a/contrib/cvs/src/Makefile.in
+++ b/contrib/cvs/src/Makefile.in
@@ -22,13 +22,13 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
# Where to install the executables.
-bindir = $(exec_prefix)/bin
+bindir = @bindir@
# Where to put the system-wide .cvsrc file
-libdir = $(prefix)/lib
+libdir = @libdir@
# Where to put the manual pages.
-mandir = $(prefix)/man
+mandir = @mandir@
# Use cp if you don't have install.
INSTALL = @INSTALL@
OpenPOWER on IntegriCloud