aboutsummaryrefslogtreecommitdiff
path: root/src/clef
diff options
context:
space:
mode:
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)