From ee4cdbc118ee7145c0ace6d29d6ce3ffb24b19ed Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 8 Nov 2002 13:35:02 +0000 Subject: 2002-11-08 Ralf Corsepius * configure.ac: Only symlink leaf.cfg. --- c/src/make/configure.ac | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'c/src/make/configure.ac') diff --git a/c/src/make/configure.ac b/c/src/make/configure.ac index b34263de6f..c20935806d 100644 --- a/c/src/make/configure.ac +++ b/c/src/make/configure.ac @@ -87,16 +87,8 @@ AC_SUBST(CC_LDFLAGS_PROFILE_V) cfg_dir="${RTEMS_TOPdir}/make" AC_SUBST(cfg_dir) -# Symlink the *.cfg files from the toplevel make directory into the build -# trees c//make subdirectories - -AC_CONFIG_LINKS([ - compilers/gcc-target-default.cfg:compilers/gcc-target-default.cfg - directory.cfg:directory.cfg - lib.cfg:lib.cfg - README:README - leaf.cfg:leaf.cfg -]) +# Symlink leaf.cfg from the source directory into the build directory. +AC_CONFIG_LINKS([leaf.cfg:leaf.cfg]) # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile -- cgit v1.2.3