From 42b9d34f0e196ec212eecf9f94c41c731072849f Mon Sep 17 00:00:00 2001 From: Dave Korn Date: Thu, 24 Sep 2009 12:05:45 +0000 Subject: Makefile.in (LIBGNAT_TARGET_PAIRS): Simplify test for a-except% in target pairs list... * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS): Simplify test for a-except% in target pairs list; don't (implicitly) compare whitespace. From-SVN: r152116 --- gcc/ada/gcc-interface/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/gcc-interface') diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index bc2ad92..cf717ac 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -2128,7 +2128,7 @@ endif # These base versions lack Ada 2005 additions which would cause bootstrap # problems if included in the compiler and other basic tools. -ifeq ($(filter-out a-except%,$(LIBGNAT_TARGET_PAIRS)),$(LIBGNAT_TARGET_PAIRS)) +ifeq ($(filter a-except%,$(LIBGNAT_TARGET_PAIRS)),) LIBGNAT_TARGET_PAIRS += \ a-except.ads