From 051c0b9a4a96134f33bf14fc39147b9e8de96df7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 Jul 2003 17:15:20 +0000 Subject: 2003-07-08 Ralf Corsepius * cpu/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU). --- cpukit/score/ChangeLog | 4 ++++ cpukit/score/cpu/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog index debbfc1936..4676766ed7 100644 --- a/cpukit/score/ChangeLog +++ b/cpukit/score/ChangeLog @@ -1,3 +1,7 @@ +2003-07-08 Ralf Corsepius + + * cpu/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU). + 2003-07-07 Joel Sherrill PR 417/rtems diff --git a/cpukit/score/cpu/Makefile.am b/cpukit/score/cpu/Makefile.am index f20fabb5de..f76d540e8c 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) ## FIXME: this does not work ## DIST_SUBDIRS = \ -- cgit v1.2.3