summaryrefslogtreecommitdiffstats
path: root/cpukit/libgnat/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-12 14:54:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-12 14:54:42 +0000
commit20cdfd4f174e2005b38f4cee9420b9268f320169 (patch)
tree9e50e85feb2811e744c73e01fc3579be96072ac6 /cpukit/libgnat/Makefile.am
parent2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-20cdfd4f174e2005b38f4cee9420b9268f320169.tar.bz2
2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* libgnat/Makefile.am: Handle POSIX being disabled correctly.
Diffstat (limited to '')
-rw-r--r--cpukit/libgnat/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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