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/sapi/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/sapi') diff --git a/cpukit/sapi/Makefile.am b/cpukit/sapi/Makefile.am index 4fb7c708cd..4848e64f3b 100644 --- a/cpukit/sapi/Makefile.am +++ b/cpukit/sapi/Makefile.am @@ -1,7 +1,6 @@ include $(top_srcdir)/automake/multilib.am include $(top_srcdir)/automake/compile.am -EXTRA_DIST = include/rtems/README noinst_LIBRARIES = libsapi.a libsapi_a_SOURCES = src/extension.c src/extensioncreate.c \ -- cgit v1.2.3