summaryrefslogtreecommitdiffstats
path: root/make/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/Makefile.am19
1 files changed, 5 insertions, 14 deletions
diff --git a/make/Makefile.am b/make/Makefile.am
index b463e14b0e..9acafa4fe1 100644
--- a/make/Makefile.am
+++ b/make/Makefile.am
@@ -4,23 +4,14 @@
AUTOMAKE_OPTIONS = foreign 1.4
-rtems_makedir=$(prefix)/make
+rtems_makedir = $(prefix)/make
-rtems_make_DATA = \
-main.cfg
+rtems_make_DATA = main.cfg leaf.cfg
-EXTRA_DIST = \
-README \
-directory.cfg \
-host.cfg.in \
-leaf.cfg \
-lib.cfg
+EXTRA_DIST = README directory.cfg host.cfg.in leaf.cfg lib.cfg
-SUBDIRS = \
-Templates \
-custom \
-compilers
+SUBDIRS = Templates custom compilers
## -------------------------------------------------------
include $(top_srcdir)/automake/subdirs.am
-include $(top_srcdir)/automake/local.am
+include $(top_srcdir)/automake/host.am