summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-13 11:13:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-13 11:13:54 +0000
commitcd7675b5e7482dadf19be7a4c8f574f36da9c199 (patch)
tree300f95fafd4f608a063d98bd5b1e6fa55c975358 /make
parentCleanup. (diff)
downloadrtems-cd7675b5e7482dadf19be7a4c8f574f36da9c199.tar.bz2
2004-02-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg. dist_rtems_make_custom_DATA = custom/default.cfg.
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog5
-rw-r--r--make/Makefile.am8
2 files changed, 9 insertions, 4 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 8172f75b3d..f832adaded 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
+ dist_rtems_make_custom_DATA = custom/default.cfg.
+
2004-02-05 Joel Sherrill <joel@OARcorp.com>
* custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
diff --git a/make/Makefile.am b/make/Makefile.am
index b700bdb6f4..6f7f402141 100644
--- a/make/Makefile.am
+++ b/make/Makefile.am
@@ -4,13 +4,13 @@
rtems_makedir = $(prefix)/make
-rtems_make_DATA = main.cfg leaf.cfg
+dist_rtems_make_DATA = main.cfg leaf.cfg
-EXTRA_DIST = host.cfg.in leaf.cfg
+EXTRA_DIST = host.cfg.in
rtems_make_Templatesdir = $(rtems_makedir)/Templates
-rtems_make_Templates_DATA = Templates/Makefile.dir Templates/Makefile.leaf \
+dist_rtems_make_Templates_DATA = Templates/Makefile.dir Templates/Makefile.leaf \
Templates/Makefile.lib
EXTRA_DIST += compilers/gcc-no_bsp.cfg compilers/gcc-portsw.cfg \
@@ -18,7 +18,7 @@ EXTRA_DIST += compilers/gcc-no_bsp.cfg compilers/gcc-portsw.cfg \
rtems_make_customdir = $(rtems_makedir)/custom
-rtems_make_custom_DATA = custom/default.cfg
+dist_rtems_make_custom_DATA = custom/default.cfg
EXTRA_DIST += custom/Cygwin-posix.cfg custom/FreeBSD-posix.cfg \
custom/HPUX9-posix.cfg custom/Linux-posix.cfg custom/Solaris-posix.cfg \