summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2016-03-04 15:45:35 -0800
committerRoland McGrath <roland@hack.frob.com>2016-03-04 15:45:35 -0800
commit684ce7e0fc57830ff7c5909e5794f571631ee83f (patch)
treeca7f2c745da4abe468d816cc2405c681a659368a /Makefile
parent1241b50b23f7079d38fd4018046917efa4bb0c10 (diff)
Fix edito in last change.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0732d48601..32748b3d2e 100644
--- 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)