summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-19 14:38:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-19 14:38:25 +0000
commit0afb968badcdb2eb90ec1d17be6524a854c817df (patch)
tree69fce6f2f7af948b867af5ab501c1a0ec9d4cb4c /cpukit
parent2007-10-19 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-0afb968badcdb2eb90ec1d17be6524a854c817df.tar.bz2
2007-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/src/assoc.c: Removed. Accidentally included routine also in another file. Mistake after splitting. * libcsrc/Makefile.am: Reflect file removal.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/libcsupport/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 53ba624aa1..8d0539ea15 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -2,6 +2,7 @@
* libcsupport/src/assoc.c: Removed. Accidentally included routine
also in another file. Mistake after splitting.
+ * libcsrc/Makefile.am: Reflect file removal.
2007-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index fdbeb48994..504a7bd06d 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -35,7 +35,7 @@ include_rtems_zilog_HEADERS = include/zilog/z8036.h include/zilog/z8530.h \
## General stuff
ERROR_C_FILES = src/error.c src/__assert.c
-ASSOCIATION_C_FILES = src/assoc.c src/assoclocalbyname.c \
+ASSOCIATION_C_FILES = src/assoclocalbyname.c \
src/assoclocalbyremotebitfield.c src/assoclocalbyremote.c \
src/assocnamebad.c src/assocnamebylocalbitfield.c \
src/assocnamebylocal.c src/assocnamebyremotebitfield.c \