From 4d19fd5ccc6b0f4b473338ceb4275a0e39f36520 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 12 Nov 2002 09:28:51 +0000 Subject: 2002-11-12 Ralf Corsepius * Makefile.am: Add compilers/*. * compilers/Makefile.am: Remove. * lib.cfg: Remove. * directory.cfg: Remove. * README: Remove. --- make/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'make/Makefile.am') diff --git a/make/Makefile.am b/make/Makefile.am index 2ad7d2a1d4..f893a2f674 100644 --- a/make/Makefile.am +++ b/make/Makefile.am @@ -7,7 +7,7 @@ rtems_makedir = $(prefix)/make rtems_make_DATA = main.cfg leaf.cfg -EXTRA_DIST = README directory.cfg host.cfg.in leaf.cfg lib.cfg +EXTRA_DIST = host.cfg.in leaf.cfg rtems_make_Templatesdir = $(rtems_makedir)/Templates @@ -16,7 +16,12 @@ rtems_make_Templates_DATA = \ Templates/Makefile.leaf \ Templates/Makefile.lib -SUBDIRS = custom compilers +EXTRA_DIST += \ + compilers/gcc-no_bsp.cfg \ + compilers/gcc-portsw.cfg \ + compilers/gcc-target-default.cfg + +SUBDIRS = custom ## ------------------------------------------------------- include $(top_srcdir)/automake/subdirs.am -- cgit v1.2.3