summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529>2011-03-18 23:03:49 +0000
committerjorlow@chromium.org <jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529>2011-03-18 23:03:49 +0000
commit7a02caf2a40d466c8da9b20c3589ba67c456d556 (patch)
tree6d7bb0c0bb9bfeaab1731f5111ee406a7ca141d1
parent347d4628c15be09e57a25c7a6c03c55639b6369c (diff)
downloadleveldb-7a02caf2a40d466c8da9b20c3589ba67c456d556.tar.gz
Fix typo in Makefile.
git-svn-id: https://leveldb.googlecode.com/svn/trunk@4 62dab493-f737-651d-591e-8d6aee1b9529
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a60b4de..8fbcddf 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ LIBOBJECTS = \
./db/db_impl.o \
./db/db_iter.o \
./db/filename.o \
- ./db/format.o \
+ ./db/dbformat.o \
./db/log_reader.o \
./db/log_writer.o \
./db/memtable.o \