summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-10-10 08:52:55 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-10-10 08:52:55 -0400
commitee28ec9dda6f88866bf1ac0269d3c823ed2ae116 (patch)
tree2b3456c0dfd836ce0ed0e6e6347a7bf871c0e07a /build_posix
parentd206f7ba6f58c6ad648af6cd693ce03f8d6fe161 (diff)
downloadmongo-ee28ec9dda6f88866bf1ac0269d3c823ed2ae116.tar.gz
Move the utilities/util_getopt.c implementation of getopt(3) into the
WiredTiger library, and convert all of the utilities and test programs to use it.
Diffstat (limited to 'build_posix')
-rw-r--r--build_posix/Make.base1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base
index af367e82c69..3340bd8ad80 100644
--- a/build_posix/Make.base
+++ b/build_posix/Make.base
@@ -23,7 +23,6 @@ wt_SOURCES =\
src/utilities/util_create.c \
src/utilities/util_drop.c \
src/utilities/util_dump.c \
- src/utilities/util_getopt.c \
src/utilities/util_list.c \
src/utilities/util_load.c \
src/utilities/util_loadtext.c \