summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2007-02-19 21:13:47 +0100
committerRadek Podgorny <radek@podgorny.cz>2007-02-19 21:13:47 +0100
commit6f9d58ef2ad912961601d705f7f0f64ec9980753 (patch)
tree819e484887e8476c7dab42a7aefa4d7efed1beea /Makefile
parent434818ee9b4c75bb4b68f1f91077dfd34ef5c072 (diff)
downloadunionfs-fuse-6f9d58ef2ad912961601d705f7f0f64ec9980753.tar.gz
The cache is now gone (no measurable speed difference)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b3ad9e..3c60be4 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ LDFLAGS += -lfuse -lm
HASHTABLE_OBJ = hashtable.o hashtable_itr.o hash.o elfhash.o
-UNIONFS_OBJ = unionfs.o stats.o opts.o debug.o cache.o findbranch.o readdir.o general.o unlink.o cow.o cow_utils.o
+UNIONFS_OBJ = unionfs.o stats.o opts.o debug.o findbranch.o readdir.o general.o unlink.o cow.o cow_utils.o
unionfs: $(UNIONFS_OBJ) $(HASHTABLE_OBJ)