]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix c++-types-check conditionalization.
authorRoland McGrath <roland@hack.frob.com>
Fri, 4 Mar 2016 21:22:00 +0000 (13:22 -0800)
committerRoland McGrath <roland@hack.frob.com>
Fri, 4 Mar 2016 21:22:00 +0000 (13:22 -0800)
ChangeLog
Makefile

index 59e8feb40d9766c1082147920a4d7de0d3c1101c..30785eb1c7938826b066048dc301c67d38f9bf10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-03-04  Roland McGrath  <roland@hack.frob.com>
+
+       * Makefile ($(objpfx)c++-types-check.out): Fix conditionalization
+       to test for empty $(CXX) rather than $(CXX) of "no".
+
 2016-03-04  H.J. Lu  <hongjiu.lu@intel.com>
 
        * sysdeps/x86_64/Makefile (sysdep_noprof): Add comments.
index 7fc92ae3a278e5014b4dc1c5ccccb799cc378fdd..9c6918d9955dc00404f305ef1cbb8f58b7b569b5 100644 (file)
--- 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