diff options
author | dos-reis <gdr@axiomatics.org> | 2014-02-03 10:01:34 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2014-02-03 10:01:34 +0000 |
commit | ac136e818759d62bd8eabad781aabdba9a7f589e (patch) | |
tree | 2d0f315d30506a3c8953b5d3df31690730ece1f0 /src/lisp | |
parent | cf47e3c603f47bd05e955c8bf6667273773845e2 (diff) | |
download | open-axiom-ac136e818759d62bd8eabad781aabdba9a7f589e.tar.gz |
Fix global variable names in Makefiles
Diffstat (limited to 'src/lisp')
-rw-r--r-- | src/lisp/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lisp/Makefile.in b/src/lisp/Makefile.in index 6bfc0ee4..7c23016c 100644 --- a/src/lisp/Makefile.in +++ b/src/lisp/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2010, Gabriel Dos Reis. +# Copyright (C) 2007-2014, Gabriel Dos Reis. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -30,8 +30,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -OUT = $(axiom_build_bindir) -oa_target_lispdir = $(axiom_targetdir)/lisp +OUT = $(oa_build_bindir) +oa_target_lispdir = $(oa_targetdir)/lisp subdir = src/lisp/ |