Skip to content

Commit

Permalink
update config variable names
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Weeks <tene@allalone.org>
  • Loading branch information
fperrad authored and tene committed Jul 25, 2009
1 parent 4b0c6a8 commit 03a4f6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/makefiles/root.in
Expand Up @@ -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
Expand Down

0 comments on commit 03a4f6d

Please sign in to comment.