mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
(maintainer-check-g++): Fix a stray
$(GXX) that escaped the renaming of GXX to CXX.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user