diff --git a/c/src/lib/libbsp/i386/ChangeLog b/c/src/lib/libbsp/i386/ChangeLog index b5abd55ba2..8f9b8d2126 100644 --- a/c/src/lib/libbsp/i386/ChangeLog +++ b/c/src/lib/libbsp/i386/ChangeLog @@ -1,3 +1,8 @@ +2003-12-02 Ralf Corsepius + + * configure.ac: Remove shared/io/Makefile, shared/comm/Makefile, + shared/pci/Makefile, shared/irq/Makefile. + 2003-10-20 Ralf Corsepius * acinclude.m4: Reflect changes to bootstrap. diff --git a/c/src/lib/libbsp/i386/configure.ac b/c/src/lib/libbsp/i386/configure.ac index 6df5b04d81..33ab3bac93 100644 --- a/c/src/lib/libbsp/i386/configure.ac +++ b/c/src/lib/libbsp/i386/configure.ac @@ -18,9 +18,5 @@ RTEMS_CHECK_BSPDIR([$RTEMS_BSP]) # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile -shared/Makefile -shared/comm/Makefile -shared/io/Makefile -shared/irq/Makefile -shared/pci/Makefile]) +shared/Makefile]) AC_OUTPUT