aboutsummaryrefslogtreecommitdiff
path: root/src/graph/Gdraws
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-27 21:28:37 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-27 21:28:37 +0000
commit31cd499e87188ec57621f12335d4db910facdc1b (patch)
tree711c088d7fd24bb8014396318c9ec3d7f6236d37 /src/graph/Gdraws
parentd9d1578c937658aea790f713ec93a486a1a92478 (diff)
downloadopen-axiom-31cd499e87188ec57621f12335d4db910facdc1b.tar.gz
* etc/Makefile.in: Compile and link with a C++ compiler.
* etc/asq.c.pamphlet: Fix bogus declarations of standard functions. Fix const-correctness for string literals.
Diffstat (limited to 'src/graph/Gdraws')
-rw-r--r--src/graph/Gdraws/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/Gdraws/Makefile.in b/src/graph/Gdraws/Makefile.in
index b3333887..77a01a46 100644
--- a/src/graph/Gdraws/Makefile.in
+++ b/src/graph/Gdraws/Makefile.in
@@ -92,7 +92,7 @@ $(PS)/%.ps: $(srcdir)/psFiles.pamphlet
Gfun.$(OBJEXT): ${HEADERS}
Gfun.$(OBJEXT): $(builddir)/Gfun.c
- ${COMPILE} -o $@ $(CFLAGS) $(AXIOM_CFLAGS) $<
+ ${CXXCOMPILE} -o $@ $(CFLAGS) $(AXIOM_CFLAGS) $<
mostlyclean-local: