Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
[config] update variable names see r37861
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Apr 3, 2009
1 parent f969872 commit a0f9d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/makefiles/root.in
Expand Up @@ -6,8 +6,8 @@ PARROT_ARGS :=

## configuration settings
VERSION := @versiondir@
BIN_DIR := @bin_dir@
LIB_DIR := @lib_dir@$(VERSION)
BIN_DIR := @bindir@
LIB_DIR := @libdir@$(VERSION)
DOC_DIR := @doc_dir@$(VERSION)
MANDIR := @mandir@$(VERSION)

Expand Down

0 comments on commit a0f9d1f

Please sign in to comment.