2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
	$(RTEMS_BSP_FAMILY).
This commit is contained in:
Ralf Corsepius
2004-01-13 13:11:27 +00:00
parent 27a0df05ca
commit 194d1282d7
26 changed files with 94 additions and 28 deletions

View File

@@ -1,3 +1,8 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
$(RTEMS_BSP_FAMILY).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -4,8 +4,8 @@
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@
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am