summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libgnat/Makefile.am3
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,5 +1,9 @@
2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * libgnat/Makefile.am: Handle POSIX being disabled correctly.
+
+2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* score/Makefile.am: Only used by ITRON so do not build if ITRON is
disabled.
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