diff options
author | dos-reis <gdr@axiomatics.org> | 2010-11-27 21:28:37 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-11-27 21:28:37 +0000 |
commit | 31cd499e87188ec57621f12335d4db910facdc1b (patch) | |
tree | 711c088d7fd24bb8014396318c9ec3d7f6236d37 /src/graph/Gdraws | |
parent | d9d1578c937658aea790f713ec93a486a1a92478 (diff) | |
download | open-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.in | 2 |
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: |