From 20cdfd4f174e2005b38f4cee9420b9268f320169 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 12 Dec 2007 14:54:42 +0000 Subject: [PATCH] 2007-12-12 Joel Sherrill * libgnat/Makefile.am: Handle POSIX being disabled correctly. --- cpukit/ChangeLog | 4 ++++ cpukit/libgnat/Makefile.am | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index bb2d5436ff..edf94e7b3d 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2007-12-12 Joel Sherrill + + * libgnat/Makefile.am: Handle POSIX being disabled correctly. + 2007-12-12 Joel Sherrill * score/Makefile.am: Only used by ITRON so do not build if ITRON is diff --git a/cpukit/libgnat/Makefile.am b/cpukit/libgnat/Makefile.am index 378f290cfa..fbf9720ef6 100644 --- a/cpukit/libgnat/Makefile.am +++ b/cpukit/libgnat/Makefile.am @@ -7,10 +7,9 @@ include $(top_srcdir)/automake/compile.am EXTRA_DIST= if LIBPOSIX - noinst_LIBRARIES = libgnat.a libgnat_a_SOURCES = ada_intrsupp.c adasupp.c +endif include $(top_srcdir)/automake/local.am -endif