From f724a870c6722fd4664857d471b538646819e47e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 30 Aug 1999 16:25:54 +0000 Subject: Patch from Ralf Corsepius : This patch addresses a few configuration issues and removes some duplicate configuration files. Background: * some files used in AC_INIT were not unique enough and can lead to problems if a user plays with configure scripts. * the Makefile templates are independent of the target/cpu and bsp, so the bsp dependent versions (c/src/make/Templates) are removed. To apply: patch -p1 < rtems-rc-19990820-3.diff rm -f c/src/make/Templates ./autogen ATTENTION: This patch removes several files and one directory :) --- c/src/make/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/make/Makefile.in') diff --git a/c/src/make/Makefile.in b/c/src/make/Makefile.in index e3f5dfc04e..384c6a7a1f 100644 --- a/c/src/make/Makefile.in +++ b/c/src/make/Makefile.in @@ -152,7 +152,7 @@ rtems_bsp_makedir = $(rtems_bspdir)/make rtems_bsp_make_DATA = bsp.cfg -SUBDIRS = compilers custom Templates +SUBDIRS = compilers custom ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../mkinstalldirs CONFIG_CLEAN_FILES = Makefile.inc main.cfg host.cfg target.cfg bsp.cfg -- cgit v1.2.3