aboutsummaryrefslogtreecommitdiff
path: root/src/clef
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-02-24 03:54:45 +0000
committerdos-reis <gdr@axiomatics.org>2014-02-24 03:54:45 +0000
commitd445d40c7948ab323be419569bb0e95ace3f0c25 (patch)
treebc4a304fce921095383ff4999d2eab6f8102d04f /src/clef
parent13e5c3f6bc5954bcb6b6a76672b1ae6850385179 (diff)
downloadopen-axiom-d445d40c7948ab323be419569bb0e95ace3f0c25.tar.gz
Rename CXXCOMPILE to COMPILE and CXXLINK to LINK
Diffstat (limited to 'src/clef')
-rw-r--r--src/clef/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clef/Makefile.in b/src/clef/Makefile.in
index 5dc6e944..9cd432f0 100644
--- a/src/clef/Makefile.in
+++ b/src/clef/Makefile.in
@@ -58,7 +58,7 @@ stamp: $(oa_target_bindir)/clef$(EXEEXT)
$(STAMP) stamp
$(oa_target_bindir)/clef$(EXEEXT): $(clef_objects) $(clef_DEPENDENCIES)
- $(CXXLINK) -o $@ $(clef_objects) $(clef_LDADD) ${LDF}
+ $(LINK) -o $@ $(clef_objects) $(clef_LDADD) ${LDF}
.SUFFIXES:
.SUFFIXES: .c .lo .h
@@ -68,7 +68,7 @@ $(oa_target_bindir)/clef$(EXEEXT): $(clef_objects) $(clef_DEPENDENCIES)
$(oa_configdir)/openaxiom-c-macros.h
%.lo: %.c $(oa_c_macros_h)
- $(CXXCOMPILE) -o $@ $(CXXFLAGS) $(oa_includes) $<
+ $(COMPILE) -o $@ $(CXXFLAGS) $(oa_includes) $<
mostlyclean-local:
@rm -f $(clef_objects)