2007-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>

* libcsupport/src/assoc.c: Removed.  Accidentally included routine
	also in another file.  Mistake after splitting.
	* libcsupport/Makefile.am: Reflect file removal.
This commit is contained in:
Joel Sherrill
2007-10-19 14:39:22 +00:00
parent 3f7786669c
commit 0a23c71433
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
* libcsupport/src/assoc.c: Removed. Accidentally included routine
also in another file. Mistake after splitting.
* libcsupport/Makefile.am: Reflect file removal.
2007-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>

View File

@@ -5,6 +5,7 @@
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
project_lib_LIBRARIES = libcsupport.a
noinst_LIBRARIES = libcsupport.a
libcsupport_a_CPPFLAGS = $(AM_CPPFLAGS)
@@ -35,7 +36,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 \