aboutsummaryrefslogtreecommitdiff
path: root/src/clef
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-08-18 17:32:06 +0000
committerdos-reis <gdr@axiomatics.org>2010-08-18 17:32:06 +0000
commit3acb80d8039c289b5257af5eee8e31cca088590d (patch)
tree7144d5fe5d6c218acdc7fe244ad0c44dcda19637 /src/clef
parent488778ed7605e8f2b518628e4de7e5d4e8e52452 (diff)
downloadopen-axiom-3acb80d8039c289b5257af5eee8e31cca088590d.tar.gz
Remove CCF variables
Diffstat (limited to 'src/clef')
-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)