2007-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>

* libgnat/Makefile.am: Handle POSIX being disabled correctly.
This commit is contained in:
Joel Sherrill
2007-12-12 14:54:42 +00:00
parent 55289c7d53
commit 20cdfd4f17
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
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

View File

@@ -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