summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/configure.in
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/libmisc/configure.in
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 '')
-rw-r--r--c/src/libmisc/configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/c/src/libmisc/configure.in b/c/src/libmisc/configure.in
index a618f568c5..eab7ab6016 100644
--- a/c/src/libmisc/configure.in
+++ b/c/src/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