2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Reflect having removed shared/*/Makefile.am
This commit is contained in:
Ralf Corsepius
2004-02-03 13:24:15 +00:00
parent a146423c71
commit 53322718e4
2 changed files with 5 additions and 14 deletions

View File

@@ -1,3 +1,7 @@
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Reflect having removed shared/*/Makefile.am
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of

View File

@@ -21,18 +21,5 @@ AM_CONDITIONAL(need_shared, test "$RTEMS_BSP_FAMILY" = "motorola_powerpc")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
shared/Makefile
shared/bootloader/Makefile
shared/clock/Makefile
shared/console/Makefile
shared/include/Makefile
shared/irq/Makefile
shared/motorola/Makefile
shared/openpic/Makefile
shared/pci/Makefile
shared/residual/Makefile
shared/start/Makefile
shared/startup/Makefile
shared/vectors/Makefile
shared/vme/Makefile])
shared/Makefile])
AC_OUTPUT