From 74bbc53c23c6c28be97a5cce6ee3579fafee96f7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 12 Jan 2004 05:38:00 +0000 Subject: 2004-01-12 Ralf Corsepius * cpu/Makefile.am: Use @RTEMS_CPU@ instead of $(RTEMS_CPU). --- cpukit/score/ChangeLog | 4 ++++ cpukit/score/cpu/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'cpukit/score') diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog index ee9534e5f9..1fb3656c50 100644 --- a/cpukit/score/ChangeLog +++ b/cpukit/score/ChangeLog @@ -1,3 +1,7 @@ +2004-01-12 Ralf Corsepius + + * cpu/Makefile.am: Use @RTEMS_CPU@ instead of $(RTEMS_CPU). + 2004-01-11 Ralf Corsepius * Makefile.am: Include compile.am, again. diff --git a/cpukit/score/cpu/Makefile.am b/cpukit/score/cpu/Makefile.am index f851d16090..20ec0521b5 100644 --- a/cpukit/score/cpu/Makefile.am +++ b/cpukit/score/cpu/Makefile.am @@ -2,8 +2,8 @@ ## $Id$ ## -SUBDIRS = $(RTEMS_CPU) -DIST_SUBDIRS = $(RTEMS_CPU) +SUBDIRS = @RTEMS_CPU@ +DIST_SUBDIRS = @RTEMS_CPU@ ## FIXME: this does not work ## DIST_SUBDIRS = \ -- cgit v1.2.3