From 2d0bc839ede9848b5ac20c7cdf29f8c33cbef926 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 30 Mar 2018 20:42:21 +0200 Subject: 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. --- cpukit/posix/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/posix/Makefile.am') 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 \ -- cgit v1.2.3