From 53322718e4c6dbf5539484d68aab4bfd04d72112 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 3 Feb 2004 13:24:15 +0000 Subject: 2004-02-03 Ralf Corsepius * configure.ac: Reflect having removed shared/*/Makefile.am --- c/src/lib/libbsp/powerpc/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/configure.ac | 15 +-------------- 2 files changed, 5 insertions(+), 14 deletions(-) (limited to 'c') diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog index c74e8e5177..2ebee8345f 100644 --- a/c/src/lib/libbsp/powerpc/ChangeLog +++ b/c/src/lib/libbsp/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-03 Ralf Corsepius + + * configure.ac: Reflect having removed shared/*/Makefile.am + 2004-01-13 Ralf Corsepius * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of diff --git a/c/src/lib/libbsp/powerpc/configure.ac b/c/src/lib/libbsp/powerpc/configure.ac index 931b5a3ef0..4ac8078dd1 100644 --- a/c/src/lib/libbsp/powerpc/configure.ac +++ b/c/src/lib/libbsp/powerpc/configure.ac @@ -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 -- cgit v1.2.3