diff options
author | Roland McGrath <roland@hack.frob.com> | 2016-03-04 15:45:35 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2016-03-04 15:45:35 -0800 |
commit | 684ce7e0fc57830ff7c5909e5794f571631ee83f (patch) | |
tree | ca7f2c745da4abe468d816cc2405c681a659368a | |
parent | 1241b50b23f7079d38fd4018046917efa4bb0c10 (diff) | |
download | glibc-684ce7e0fc57830ff7c5909e5794f571631ee83f.zip glibc-684ce7e0fc57830ff7c5909e5794f571631ee83f.tar.gz glibc-684ce7e0fc57830ff7c5909e5794f571631ee83f.tar.bz2 |
Fix edito in last change.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |