summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-09-08 07:59:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-09-08 07:59:05 +0000
commitc386c633db20e375e2dbe173e50edf88441d9259 (patch)
tree82e810110d8114fcf9b6f5f4352edf2eaebf7973 /c/src/lib/libbsp/i386/pc386/configure.ac
parent2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c386c633db20e375e2dbe173e50edf88441d9259.tar.bz2
2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/pc386/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/configure.ac b/c/src/lib/libbsp/i386/pc386/configure.ac
index f4a2b4a9fc..dd69933c17 100644
--- a/c/src/lib/libbsp/i386/pc386/configure.ac
+++ b/c/src/lib/libbsp/i386/pc386/configure.ac
@@ -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