summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-12-04 06:05:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-12-04 06:05:05 +0000
commit10f41202ab96cc6112321f10a86f907cf6c0f728 (patch)
treef7c5552d3c2dafbcee9efbfe39453cfa93d73f0a /cpukit/posix/Makefile.am
parentWhitespace removal. (diff)
downloadrtems-10f41202ab96cc6112321f10a86f907cf6c0f728.tar.bz2
Eliminate AM_CONDITIONAL LIBPOSIX.
Diffstat (limited to '')
-rw-r--r--cpukit/posix/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am
index 1a393f9859..fafc1bb4fc 100644
--- a/cpukit/posix/Makefile.am
+++ b/cpukit/posix/Makefile.am
@@ -7,8 +7,6 @@ include $(top_srcdir)/automake/compile.am
EXTRA_DIST =
-if LIBPOSIX
-
AM_CPPFLAGS += -D__RTEMS_INSIDE__
noinst_LIBRARIES = libposix.a
@@ -175,7 +173,6 @@ libposix_a_SOURCES += src/sched_getparam.c src/sched_getprioritymax.c \
src/sched_rr_get_interval.c src/sched_setparam.c \
src/sched_setscheduler.c src/sched_yield.c src/sysconf.c
endif
-endif
include $(srcdir)/preinstall.am
include $(top_srcdir)/automake/local.am