2001-02-04 Joel Sherrill <joel@OARcorp.com>

* configure.ac: Removed references to rtems/Makefile and
	rtems/score/Makefile.
This commit is contained in:
Joel Sherrill
2002-02-04 19:49:08 +00:00
parent 2276d25536
commit 96ecd879f8
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2001-02-04 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Removed references to rtems/Makefile and
rtems/score/Makefile.
2002-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: Removed.

View File

@@ -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

View File

@@ -1,3 +1,8 @@
2001-02-04 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Removed references to rtems/Makefile and
rtems/score/Makefile.
2002-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: Removed.

View File

@@ -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