source: rtems/c/src/lib/libbsp/Makefile.am @ 2d0bc83

5
Last change on this file since 2d0bc83 was 2d0bc83, checked in by Sebastian Huber <sebastian.huber@…>, on 03/30/18 at 18:42:21

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.

  • Property mode set to 100644
File size: 205 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3_SUBDIRS = @libbsp_cpu_subdir@
4DIST_SUBDIRS = @libbsp_cpu_subdir@
5
6
7# shared
8
9
10
11include $(top_srcdir)/automake/local.am
12include $(top_srcdir)/automake/subdirs.am
Note: See TracBrowser for help on using the repository browser.