summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/Makefile.am1
-rw-r--r--cpukit/configure.ac1
3 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index cc31895493..3af12f6740 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * Makefile.am, configure.ac: Revert accident commit adding libdbm to
+ build.
+
+2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* Makefile.am, configure.ac, posix/Makefile.am, posix/src/pthread.c:
Add pthread_attr_getstack, pthread_attr_setstack,
pthread_attr_getguardsize, and pthread_attr_setguardsize.
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index f5cc54c9fe..741c7319dc 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -15,7 +15,6 @@ SUBDIRS += libi2c
SUBDIRS += libmisc
SUBDIRS += libmd
SUBDIRS += libgnat
-SUBDIRS += libdbm
SUBDIRS += wrapup
SUBDIRS += zlib
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index c54708202f..d42e8fd1f3 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -351,7 +351,6 @@ libcsupport/Makefile
libnetworking/Makefile
librpc/Makefile
libmisc/Makefile
-libdbm/Makefile
libi2c/Makefile
libmd/Makefile
zlib/Makefile