a-except% in target pairs list; don't (implicitly) compare whitespace.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152116
138bc75d-0d04-0410-961f-
82ee72b054a4
+2009-09-24 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS): Simplify test for
+ a-except% in target pairs list; don't (implicitly) compare whitespace.
+
2009-09-24 Jakub Jelinek <jakub@redhat.com>
* gcc-interface/utils.c (gnat_pushdecl): Don't set
# 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<a-except-2005.ads \
a-except.adb<a-except-2005.adb