diff --git a/make/ChangeLog b/make/ChangeLog index 0a0f211958..14e4d98c6f 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,7 @@ +2009-10-15 Ralf Corsépius + + * Makefile.am: Remove custom/no_bsp.cfg. + 2009-10-15 Ralf Corsépius * custom/no_bsp.cfg: diff --git a/make/Makefile.am b/make/Makefile.am index 909093b8ad..9222c296df 100644 --- a/make/Makefile.am +++ b/make/Makefile.am @@ -21,6 +21,5 @@ rtems_make_customdir = $(rtems_makedir)/custom dist_rtems_make_custom_DATA = custom/default.cfg EXTRA_DIST += custom/bare.cfg -EXTRA_DIST += custom/no_bsp.cfg include $(top_srcdir)/automake/host.am