From a3b502f88fd3d67bf547634d411d567524c4c1b1 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 2 Oct 2000 06:33:59 +0000 Subject: Import cvs-1.11 onto vendor branch. --- contrib/cvs/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'contrib/cvs/Makefile.in') diff --git a/contrib/cvs/Makefile.in b/contrib/cvs/Makefile.in index dfced9147a62..f8384e173533 100644 --- a/contrib/cvs/Makefile.in +++ b/contrib/cvs/Makefile.in @@ -50,16 +50,16 @@ 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 Info files -infodir = $(prefix)/info +infodir = @infodir@ # Where to put the manual pages. -mandir = $(prefix)/man +mandir = @mandir@ #### End of system configuration section. #### -- cgit v1.2.3