From 31cd499e87188ec57621f12335d4db910facdc1b Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 27 Nov 2010 21:28:37 +0000 Subject: * 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. --- src/graph/Gdraws/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graph/Gdraws') 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: -- cgit v1.2.3