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/arm/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/arm/Makefile.am') diff --git a/c/src/lib/libbsp/arm/Makefile.am b/c/src/lib/libbsp/arm/Makefile.am index 3e228cff7d..7425cb7dcc 100644 --- a/c/src/lib/libbsp/arm/Makefile.am +++ b/c/src/lib/libbsp/arm/Makefile.am @@ -4,10 +4,10 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal -## Descend into the $(RTEMS_BSP_FAMILY) directory +## Descend into the @RTEMS_BSP_FAMILY@ directory ## Currently, the shared directory is not explicitly ## added but it is present in the source tree. -SUBDIRS = shared $(RTEMS_BSP_FAMILY) +SUBDIRS = shared @RTEMS_BSP_FAMILY@ include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3