aboutsummaryrefslogtreecommitdiff
path: root/src/clef/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/clef/Makefile.in')
-rw-r--r--src/clef/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clef/Makefile.in b/src/clef/Makefile.in
index a442fd10..51b291dc 100644
--- a/src/clef/Makefile.in
+++ b/src/clef/Makefile.in
@@ -68,7 +68,7 @@ $(axiom_target_bindir)/clef$(EXEEXT): $(clef_objects) $(clef_DEPENDENCIES)
$(axiom_configdir)/openaxiom-c-macros.h
%.lo: %.c $(axiom_c_macros_h)
- $(CXXCOMPILE) -o $@ ${CCF} $(axiom_includes) $<
+ $(CXXCOMPILE) -o $@ $(CXXFLAGS) $(axiom_includes) $<
mostlyclean-local:
@rm -f $(clef_objects)