diff options
author | dos-reis <gdr@axiomatics.org> | 2014-02-10 15:55:48 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2014-02-10 15:55:48 +0000 |
commit | 6e38720187fc1ec374e19e03c248a74141b9ac2b (patch) | |
tree | d9aa25573ca1eece2126abd31820528b86d8d1c7 /config | |
parent | 979a845d4011bce84cd83968f78c534437d0566f (diff) | |
download | open-axiom-6e38720187fc1ec374e19e03c248a74141b9ac2b.tar.gz |
Clean up global variable names.
Diffstat (limited to 'config')
-rw-r--r-- | config/var-def.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/var-def.mk b/config/var-def.mk index e4b90354..a52c3785 100644 --- a/config/var-def.mk +++ b/config/var-def.mk @@ -168,8 +168,8 @@ oa_build_docdir = $(oa_builddir)/doc oa_build_datadir = $(oa_builddir)/share oa_build_texdir = $(oa_build_datadir)/texmf/tex -axiom_configdir = $(top_builddir)/config -axiom_c_macros = $(axiom_configdir)/axiom-c-macros.h +oa_configdir = $(top_builddir)/config +oa_c_macros = $(oa_configdir)/axiom-c-macros.h LATEX = @LATEX@ @@ -204,7 +204,7 @@ oa_use_x = @oa_use_x@ AXIOM_X11_CFLAGS = @X_CFLAGS@ AXIOM_X11_LDFLAGS = @X_LIBS@ @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@ -axiom_includes = -I$(oa_src_srcdir)/include -I$(axiom_configdir) +oa_includes = -I$(oa_src_srcdir)/include -I$(oa_configdir) ## Where the staging build directory is found AXIOM = $(top_builddir)/$(target) |