summaryrefslogtreecommitdiffstats
path: root/c/make/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/make/Makefile.am15
1 files changed, 7 insertions, 8 deletions
diff --git a/c/make/Makefile.am b/c/make/Makefile.am
index b1d7b6367f..104e41cc61 100644
--- a/c/make/Makefile.am
+++ b/c/make/Makefile.am
@@ -1,17 +1,16 @@
-##
+##
## $Id$
-##
+##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
-rtems_makedir=$(prefix)/make
+rtems_makedir = $(prefix)/make
-GENERIC_FILES = \
-target.cfg
+GENERIC_FILES = target.cfg
-rtems_make_DATA = \
-$(GENERIC_FILES)
+rtems_make_DATA = $(GENERIC_FILES)
+
+EXTRA_DIST = target.cfg.in
-include $(top_srcdir)/../../automake/subdirs.am
include $(top_srcdir)/../../automake/local.am