From c1b12e6a410830003ea663424a1a33ec1a8469fd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 11 Oct 1999 18:31:48 +0000 Subject: Moved RTEMS error and association from libmisc to libc support to avoid cyclic dependencies generated when moving packages to the top level. --- c/src/libmisc/configure.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'c/src/libmisc/configure.in') 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 -- cgit v1.2.3