summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-30 20:42:21 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-04 10:09:04 +0200
commit2d0bc839ede9848b5ac20c7cdf29f8c33cbef926 (patch)
tree530d5464dca38bf1e5dbb65c524abbed3721fdc7 /cpukit/posix/Makefile.am
parentEliminate PowerPC libcpu/page.h (diff)
downloadrtems-2d0bc839ede9848b5ac20c7cdf29f8c33cbef926.tar.bz2
build: Remove EXTRA_DIST
A "make dist" is not supported. So, it makes no sense to have pure "make dist" related stuff in the Makefile.am.
Diffstat (limited to 'cpukit/posix/Makefile.am')
-rw-r--r--cpukit/posix/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am
index 1c127e1ae2..5935efa568 100644
--- a/cpukit/posix/Makefile.am
+++ b/cpukit/posix/Makefile.am
@@ -1,7 +1,6 @@
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
-EXTRA_DIST =
noinst_LIBRARIES = libposix.a
libposix_a_CPPFLAGS = $(AM_CPPFLAGS)
@@ -189,7 +188,6 @@ libposix_a_SOURCES += src/getitimer.c src/setitimer.c
libposix_a_SOURCES += src/psxpriorityisvalid.c
libposix_a_SOURCES += src/psxnametoid.c
-EXTRA_DIST += src/README.mqueue
libposix_a_SOURCES += src/sched_getparam.c \
src/sched_getscheduler.c \