summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 13:40:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 13:40:50 +0000
commitfc0ec6975f0a42767c6e972df4efb3c3d3ba46ed (patch)
treea84dc4a7145c03baa3a9b3911a72d4eb4995db9c
parent2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fc0ec6975f0a42767c6e972df4efb3c3d3ba46ed.tar.bz2
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: EXTRA_DIST +=.
Diffstat (limited to '')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 953148d4e1..3d55046484 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: EXTRA_DIST +=.
+
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/Makefile.am: Remove.
diff --git a/make/Makefile.am b/make/Makefile.am
index c6a31ec517..21b4778294 100644
--- a/make/Makefile.am
+++ b/make/Makefile.am
@@ -20,7 +20,7 @@ rtems_make_customdir = $(rtems_makedir)/custom
rtems_make_custom_DATA = custom/default.cfg
-EXTRA_DIST = custom/Cygwin-posix.cfg custom/FreeBSD-posix.cfg \
+EXTRA_DIST += custom/Cygwin-posix.cfg custom/FreeBSD-posix.cfg \
custom/HPUX9-posix.cfg custom/Linux-posix.cfg custom/Solaris-posix.cfg \
custom/bare.cfg custom/cvme961.cfg custom/dmv152.cfg custom/dmv177.cfg \
custom/efi332.cfg custom/efi68k.cfg custom/erc32.cfg custom/erc32nfp.cfg \