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/libnetworking/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpukit/libnetworking/Makefile.am') diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am index 755e61a23d..3ab9a274e6 100644 --- a/cpukit/libnetworking/Makefile.am +++ b/cpukit/libnetworking/Makefile.am @@ -1,8 +1,6 @@ include $(top_srcdir)/automake/multilib.am include $(top_srcdir)/automake/compile.am -EXTRA_DIST = README -EXTRA_DIST += rtems/bootp.h # poll is not supported UNUSED_FILES = poll.h @@ -116,14 +114,12 @@ libc_mans = libc/byteorder.3 libc/ethers.3 \ libc/gethostbyname.3 libc/getnetent.3 libc/getprotoent.3 \ libc/getservent.3 libc/inet.3 libc/linkaddr.3 libc/ns.3 \ libc/rcmd.3 libc/resolver.3 -EXTRA_DIST += $(libc_mans) if LIBNETWORKING man_MANS = $(libc_MANS) ## lib -EXTRA_DIST += lib/README lib_CPPFLAGS = -DNOPOLL -DNOSELECT @@ -135,7 +131,6 @@ lib_a_SOURCES = lib/getprotoby.c lib/rtems_bsdnet_ntp.c lib/ftpfs.c \ lib_a_SOURCES += rtems/rtems_syscall_api.c endif -EXTRA_DIST += $(UNUSED_FILES) include $(top_srcdir)/automake/local.am if LIBNETWORKING -- cgit v1.2.3