summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/ChangeLog1
-rw-r--r--make/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index d6a9750d2d..e750cba487 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,5 +1,6 @@
2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * Makefile.am: Remove custom/HPUX9-posix.cfg.
* custom/HPUX9-posix.cfg: Remove.
2009-02-05 Ralf Corsépius <ralf.corsepius@rtems.org>
diff --git a/make/Makefile.am b/make/Makefile.am
index 0f90736a8e..99e07a5f0c 100644
--- a/make/Makefile.am
+++ b/make/Makefile.am
@@ -21,7 +21,7 @@ rtems_make_customdir = $(rtems_makedir)/custom
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 \
+ custom/Linux-posix.cfg custom/Solaris-posix.cfg \
custom/bare.cfg custom/ep1a.cfg custom/erc32.cfg custom/gen68302.cfg \
custom/gen68340.cfg custom/gen68360.cfg custom/gen68360_040.cfg \
custom/h8sim.cfg custom/h8sxsim.cfg custom/uC5282.cfg custom/gba.cfg \