summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-06 09:56:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-06 09:56:22 +0000
commite2fdb9675a954e94caad5a69f56ebd59e3855c40 (patch)
treed1657b91bbf01c24352b2bb8454aaff1fa157d4a
parentRemove (Unused). (diff)
downloadrtems-e2fdb9675a954e94caad5a69f56ebd59e3855c40.tar.bz2
2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
* score/cpu/Makefile.am: Add unix to DIST_SUBDIRS.
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/cpu/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 8306cdb3f7..750488ac8c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
+ * score/cpu/Makefile.am: Add unix to DIST_SUBDIRS.
+
+2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
+
* aclocal/rtems-cpu-subdirs.m4: Remove (Unused).
* configure.ac: Remove RTEMS_CPU_SUBDIRS([score/cpu]).
Add RTEMS_CHECK_SYSV_UNIX.
diff --git a/cpukit/score/cpu/Makefile.am b/cpukit/score/cpu/Makefile.am
index 141d36b70d..c354422082 100644
--- a/cpukit/score/cpu/Makefile.am
+++ b/cpukit/score/cpu/Makefile.am
@@ -4,7 +4,8 @@
SUBDIRS = @RTEMS_CPU@
-DIST_SUBDIRS = arm c4x h8300 i386 i960 m68k mips no_cpu or32 powerpc sh sparc
+DIST_SUBDIRS = arm c4x h8300 i386 i960 m68k mips no_cpu or32 powerpc sh \
+ sparc unix
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am