aboutsummaryrefslogtreecommitdiff
path: root/src/clef
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-02-10 15:55:48 +0000
committerdos-reis <gdr@axiomatics.org>2014-02-10 15:55:48 +0000
commit6e38720187fc1ec374e19e03c248a74141b9ac2b (patch)
treed9aa25573ca1eece2126abd31820528b86d8d1c7 /src/clef
parent979a845d4011bce84cd83968f78c534437d0566f (diff)
downloadopen-axiom-6e38720187fc1ec374e19e03c248a74141b9ac2b.tar.gz
Clean up global variable names.
Diffstat (limited to 'src/clef')
-rw-r--r--src/clef/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/clef/Makefile.in b/src/clef/Makefile.in
index eaf7cabe..5dc6e944 100644
--- a/src/clef/Makefile.in
+++ b/src/clef/Makefile.in
@@ -65,10 +65,10 @@ $(oa_target_bindir)/clef$(EXEEXT): $(clef_objects) $(clef_DEPENDENCIES)
.PRECIOUS: %.lo
%.lo: ${INC}/useproto.h ${INC}/edible.h \
- $(axiom_configdir)/openaxiom-c-macros.h
+ $(oa_configdir)/openaxiom-c-macros.h
-%.lo: %.c $(axiom_c_macros_h)
- $(CXXCOMPILE) -o $@ $(CXXFLAGS) $(axiom_includes) $<
+%.lo: %.c $(oa_c_macros_h)
+ $(CXXCOMPILE) -o $@ $(CXXFLAGS) $(oa_includes) $<
mostlyclean-local:
@rm -f $(clef_objects)