From 14926c2e4b5f64755e63d9fcb813501b2f5ae9ac Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 30 Jan 2002 17:48:22 +0000 Subject: 2002-01-29 Ralf Corsepius * rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. * Makefile.am: Reflect changes above. --- c/src/exec/score/cpu/c4x/configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'c/src/exec/score/cpu/c4x/configure.ac') diff --git a/c/src/exec/score/cpu/c4x/configure.ac b/c/src/exec/score/cpu/c4x/configure.ac index 78d654425a..8fcf090eab 100644 --- a/c/src/exec/score/cpu/c4x/configure.ac +++ b/c/src/exec/score/cpu/c4x/configure.ac @@ -26,7 +26,5 @@ RTEMS_CANONICALIZE_TOOLS RTEMS_CHECK_NEWLIB # Explicitly list all Makefiles here -AC_CONFIG_FILES([Makefile -rtems/Makefile -rtems/score/Makefile]) +AC_CONFIG_FILES([Makefile]) AC_OUTPUT -- cgit v1.2.3