From 194d1282d7868636b0052cef30420569cf59dba2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 13 Jan 2004 13:11:27 +0000 Subject: 2004-01-13 Ralf Corsepius * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of $(RTEMS_BSP_FAMILY). --- c/src/lib/libbsp/powerpc/ChangeLog | 5 +++++ c/src/lib/libbsp/powerpc/Makefile.am | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/powerpc') diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog index 15577d2230..c74e8e5177 100644 --- a/c/src/lib/libbsp/powerpc/ChangeLog +++ b/c/src/lib/libbsp/powerpc/ChangeLog @@ -1,3 +1,8 @@ +2004-01-13 Ralf Corsepius + + * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of + $(RTEMS_BSP_FAMILY). + 2003-12-12 Ralf Corsepius * configure.ac: Require automake >= 1.8, autoconf >= 2.59. diff --git a/c/src/lib/libbsp/powerpc/Makefile.am b/c/src/lib/libbsp/powerpc/Makefile.am index 581c044558..c74282dc2d 100644 --- a/c/src/lib/libbsp/powerpc/Makefile.am +++ b/c/src/lib/libbsp/powerpc/Makefile.am @@ -4,11 +4,12 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal -## Descend into the $(RTEMS_BSP_FAMILY) directory -SUBDIRS = shared $(RTEMS_BSP_FAMILY) +## Descend into the @RTEMS_BSP_FAMILY@ directory +SUBDIRS = shared @RTEMS_BSP_FAMILY@ -DIST_SUBDIRS = @all_subdirs@ support/old_exception_processing \ - support/new_exception_processing +# FIXME: This does not work +# DIST_SUBDIRS = @all_subdirs@ support/old_exception_processing \ +# support/new_exception_processing include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3