diff options
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/ |