From 03a4f6d0d42f66e89ddd2fdfd26095c29064873a Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sat, 25 Jul 2009 16:50:13 +0800 Subject: [PATCH] update config variable names Signed-off-by: Stephen Weeks --- config/makefiles/root.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/makefiles/root.in b/config/makefiles/root.in index ad1ed80..9a07550 100644 --- a/config/makefiles/root.in +++ b/config/makefiles/root.in @@ -5,9 +5,9 @@ PARROT_ARGS := ## configuration settings VERSION := @versiondir@ -BIN_DIR := @bin_dir@ -LIB_DIR := @lib_dir@$(VERSION) -DOC_DIR := @doc_dir@$(VERSION) +BIN_DIR := @bindir@ +LIB_DIR := @libdir@$(VERSION) +DOC_DIR := @docdir@$(VERSION) MANDIR := @mandir@$(VERSION) # Set up extensions