(maintainer-check-g++): Fix a stray

$(GXX) that escaped the renaming of GXX to CXX.
This commit is contained in:
Paul Eggert
2005-07-14 16:33:28 +00:00
parent d741bd1bfd
commit 71206cce8e

View File

@@ -78,7 +78,7 @@ installcheck-local:
.PHONY: maintainer-check-g++ .PHONY: maintainer-check-g++
maintainer-check-g++: $(TESTSUITE) maintainer-check-g++: $(TESTSUITE)
if test -n "$(VALGRIND)"; then \ if test -n "$(VALGRIND)"; then \
$(TESTSUITE) CC='$(GXX)'; \ $(TESTSUITE) CC='$(CXX)'; \
else \ else \
true; \ true; \
fi fi