aboutsummaryrefslogtreecommitdiff
path: root/src/etc
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/etc
parent13e5c3f6bc5954bcb6b6a76672b1ae6850385179 (diff)
downloadopen-axiom-d445d40c7948ab323be419569bb0e95ace3f0c25.tar.gz
Rename CXXCOMPILE to COMPILE and CXXLINK to LINK
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/Makefile.in b/src/etc/Makefile.in
index abe9a1a6..62eb07f9 100644
--- a/src/etc/Makefile.in
+++ b/src/etc/Makefile.in
@@ -105,10 +105,10 @@ $(oa_target_bindir)/asq$(EXEEXT): asq$(EXEEXT)
cp -p $< $(oa_target_bindir)
asq$(EXEEXT): $(asq_objects)
- $(CXXLINK) -o $@ $(asq_objects) $(asq_LDADD)
+ $(LINK) -o $@ $(asq_objects) $(asq_LDADD)
%.$(OBJEXT) %.lo: %.c $(oa_c_macros_h)
- $(CXXCOMPILE) $(CXXCFLAGS) $(oa_includes) -o $@ $<
+ $(COMPILE) $(CXXCFLAGS) $(oa_includes) -o $@ $<
asq.c: $(srcdir)/asq.c.pamphlet