2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
This commit is contained in:
Ralf Corsepius
2002-09-08 07:59:05 +00:00
parent e293efaf78
commit c386c633db
4 changed files with 8 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
@@ -33,6 +33,5 @@ start/Makefile
startup/Makefile
timer/Makefile
network/Makefile
timer/Makefile
wrapup/Makefile])
AC_OUTPUT
+4
View File
@@ -1,3 +1,7 @@
2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
2002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
-2
View File
@@ -27,7 +27,6 @@ RTEMS_CONFIG_BUILD_SUBDIRS(tools)
AC_SUBST(RTEMS_BSP)
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
clock/Makefile
@@ -38,7 +37,6 @@ startup/Makefile
timer/Makefile
3c509/Makefile
ne2000/Makefile
timer/Makefile
wd8003/Makefile
wrapup/Makefile])
AC_OUTPUT