From dedb090fcc0369f08fd9df64de154ba6b9e11ba5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 29 Jun 2000 15:32:03 +0000 Subject: Patch rtems-rc-20000627-2 from Ralf Corsepius that does some cleanup: * remove c/src/make/main.cfg.in (obsolete, unused) and any reference to it. * remove RTEMS_BSP_SPECS from c/src/make/custom/default.cfg.in (unused) Notes: All files being effected by this patch are only used when building RTEMS, therefore this patch should not have any side-effects outside of the source- rsp. build-tree. --- c/src/make/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/make/Makefile.am') diff --git a/c/src/make/Makefile.am b/c/src/make/Makefile.am index 4c09e3160b..5c4efd052c 100644 --- a/c/src/make/Makefile.am +++ b/c/src/make/Makefile.am @@ -13,7 +13,7 @@ MAKE_FILES = README directory.cfg lib.cfg rtems_make_DATA = $(MAKE_FILES) $(GENERIC_FILES) -noinst_DATA = main.cfg leaf.cfg +noinst_DATA = leaf.cfg rtemsdir = $(prefix) rtems_bspdir = $(rtemsdir)/@RTEMS_BSP@ -- cgit v1.2.3