From 00db8bf4dbda2791e3a7a6666e6a6520f1c38534 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 4 Mar 2016 13:22:00 -0800 Subject: Fix c++-types-check conditionalization. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7fc92ae..9c6918d 100644 --- a/Makefile +++ b/Makefile @@ -252,8 +252,8 @@ tests-clean: @$(MAKE) subdir_testclean no_deps=t tests-special += $(objpfx)c++-types-check.out $(objpfx)check-local-headers.out -ifneq ($(CXX),no) +ifneq (,$(CXX)) vpath c++-types.data $(+sysdep_dirs) $(objpfx)c++-types-check.out: c++-types.data scripts/check-c++-types.sh -- cgit v1.1