From: Paul Eggert Date: Thu, 14 Jul 2005 16:33:28 +0000 (+0000) Subject: (maintainer-check-g++): Fix a stray X-Git-Tag: BISON-2_1~92 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/71206cce8edcf8ef69f921dc33d098828332b660?ds=sidebyside (maintainer-check-g++): Fix a stray $(GXX) that escaped the renaming of GXX to CXX. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index bc834717..31b4c5ad 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -78,7 +78,7 @@ installcheck-local: .PHONY: maintainer-check-g++ maintainer-check-g++: $(TESTSUITE) if test -n "$(VALGRIND)"; then \ - $(TESTSUITE) CC='$(GXX)'; \ + $(TESTSUITE) CC='$(CXX)'; \ else \ true; \ fi