summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2016-03-04 13:22:00 -0800
committerRoland McGrath <roland@hack.frob.com>2016-03-04 13:22:00 -0800
commit00db8bf4dbda2791e3a7a6666e6a6520f1c38534 (patch)
tree58228257274252d4aa6a965946bd23c614859c45 /Makefile
parent97f7112728fa6f5e2b30af4d085d5f4dedb2b89b (diff)
Fix c++-types-check conditionalization.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7fc92ae3a2..9c6918d995 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