aboutsummaryrefslogtreecommitdiff
path: root/src/share
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-02-03 10:01:34 +0000
committerdos-reis <gdr@axiomatics.org>2014-02-03 10:01:34 +0000
commitac136e818759d62bd8eabad781aabdba9a7f589e (patch)
tree2d0f315d30506a3c8953b5d3df31690730ece1f0 /src/share
parentcf47e3c603f47bd05e955c8bf6667273773845e2 (diff)
downloadopen-axiom-ac136e818759d62bd8eabad781aabdba9a7f589e.tar.gz
Fix global variable names in Makefiles
Diffstat (limited to 'src/share')
-rw-r--r--src/share/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/share/Makefile.in b/src/share/Makefile.in
index f4813bad..5a22cf5e 100644
--- a/src/share/Makefile.in
+++ b/src/share/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2009, Gabriel Dos Reis.
+# Copyright (C) 2007-2014, Gabriel Dos Reis.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -33,8 +33,8 @@
subdir = src/share/
FILES = \
- $(axiom_target_libdir)/command.list \
- $(axiom_target_texdir)/open-axiom.sty
+ $(oa_target_libdir)/command.list \
+ $(oa_target_texdir)/open-axiom.sty
.SUFFIXES:
@@ -55,10 +55,10 @@ mostlyclean-local:
clean-local: mostlyclean-local
distclean-local: clean-local
-$(axiom_target_libdir)/command.list: $(srcdir)/algebra/command.list
+$(oa_target_libdir)/command.list: $(srcdir)/algebra/command.list
cp -p $< $@
-$(axiom_target_texdir)/open-axiom.sty: $(axiom_src_texdir)/open-axiom.sty
- $(mkdir_p) "$(axiom_target_texdir)"
+$(oa_target_texdir)/open-axiom.sty: $(oa_src_texdir)/open-axiom.sty
+ $(mkdir_p) "$(oa_target_texdir)"
cp -p $< $@