summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libmisc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 18:31:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 18:31:48 +0000
commitc1b12e6a410830003ea663424a1a33ec1a8469fd (patch)
tree9d2d7162b2b6a0644997b59a557d714e4b48bbc2 /c/src/lib/libmisc
parentRemoved targets and configurations that are no longer functional (diff)
downloadrtems-c1b12e6a410830003ea663424a1a33ec1a8469fd.tar.bz2
Moved RTEMS error and association from libmisc to libc support to
avoid cyclic dependencies generated when moving packages to the top level.
Diffstat (limited to 'c/src/lib/libmisc')
-rw-r--r--c/src/lib/libmisc/Makefile.am2
-rw-r--r--c/src/lib/libmisc/configure.in4
-rw-r--r--c/src/lib/libmisc/wrapup/Makefile.in1
3 files changed, 2 insertions, 5 deletions
diff --git a/c/src/lib/libmisc/Makefile.am b/c/src/lib/libmisc/Makefile.am
index 693211a7d1..84f85738f8 100644
--- a/c/src/lib/libmisc/Makefile.am
+++ b/c/src/lib/libmisc/Makefile.am
@@ -5,7 +5,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
-SUBDIRS = assoc dumpbuf error stackchk monitor cpuuse rtmonuse untar wrapup
+SUBDIRS = dumpbuf stackchk monitor cpuuse rtmonuse untar wrapup
EXTRA_DIST = README
diff --git a/c/src/lib/libmisc/configure.in b/c/src/lib/libmisc/configure.in
index a618f568c5..eab7ab6016 100644
--- a/c/src/lib/libmisc/configure.in
+++ b/c/src/lib/libmisc/configure.in
@@ -3,7 +3,7 @@ dnl
dnl $Id$
AC_PREREQ(2.13)
-AC_INIT(assoc)
+AC_INIT(dumpbuf)
RTEMS_TOP(../../../..)
AC_CONFIG_AUX_DIR(../../../..)
@@ -34,10 +34,8 @@ RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
# Try to explicitly list a Makefile here
AC_OUTPUT(
Makefile
-assoc/Makefile
cpuuse/Makefile
dumpbuf/Makefile
-error/Makefile
monitor/Makefile
rtmonuse/Makefile
stackchk/Makefile
diff --git a/c/src/lib/libmisc/wrapup/Makefile.in b/c/src/lib/libmisc/wrapup/Makefile.in
index 752c0d8bb0..b81fa4f653 100644
--- a/c/src/lib/libmisc/wrapup/Makefile.in
+++ b/c/src/lib/libmisc/wrapup/Makefile.in
@@ -23,7 +23,6 @@ INSTALL_CHANGE = @INSTALL_CHANGE@
# Using the wildcard on the Purify support makes sure it may not be there
LIBS = ../monitor/$(ARCH)/libmonitor-tmp.a ../untar/$(ARCH)/libuntar-tmp.a \
- ../error/$(ARCH)/liberror-tmp.a ../assoc/$(ARCH)/libassoc-tmp.a \
../stackchk/$(ARCH)/libstackchk-tmp.a ../cpuuse/$(ARCH)/libcpuuse-tmp.a \
../rtmonuse/$(ARCH)/librtmonuse-tmp.a \
../dumpbuf/$(ARCH)/libdumpbuf-tmp.a