]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix edito in last change.
authorRoland McGrath <roland@hack.frob.com>
Fri, 4 Mar 2016 23:45:35 +0000 (15:45 -0800)
committerRoland McGrath <roland@hack.frob.com>
Fri, 4 Mar 2016 23:45:35 +0000 (15:45 -0800)
Makefile

index 0732d486012cc967b28f23cbfb37045a078728e5..32748b3d2edde68999fef213a42fad80726fa7bf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -254,7 +254,7 @@ tests-clean:
 ifneq (,$(CXX))
 vpath c++-types.data $(+sysdep_dirs)
 
-tests-special += $(objpfx)c++-types-check.out $(objpfx)check-local-headers.out
+tests-special += $(objpfx)c++-types-check.out
 $(objpfx)c++-types-check.out: c++-types.data scripts/check-c++-types.sh
        scripts/check-c++-types.sh $< $(CXX) $(filter-out -std=gnu11 $(+gccwarn-c),$(CFLAGS)) $(CPPFLAGS) > $@; \
        $(evaluate-test)