]> git.hungrycats.org Git - linux/commitdiff
[PATCH] ReiserFS makefile cleanup
authorHans Reiser <reiser@namesys.com>
Wed, 10 Apr 2002 06:45:27 +0000 (23:45 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Wed, 10 Apr 2002 06:45:27 +0000 (23:45 -0700)
This patch removes one tail_conversion object out of build list,
because it was specified twice. (noticed by Jeff Garzik)

fs/reiserfs/Makefile

index 9a9a73bb8fd87acb71cb850b94c88e9a1c3c4111..1ea70777f5c2942b49087aa71f6883cb78b74cfe 100644 (file)
@@ -9,7 +9,7 @@
 
 O_TARGET := reiserfs.o
 obj-y   := bitmap.o do_balan.o namei.o inode.o file.o dir.o fix_node.o super.o prints.o objectid.o \
-lbalance.o ibalance.o stree.o hashes.o buffer2.o tail_conversion.o journal.o resize.o tail_conversion.o item_ops.o ioctl.o procfs.o
+lbalance.o ibalance.o stree.o hashes.o buffer2.o tail_conversion.o journal.o resize.o item_ops.o ioctl.o procfs.o
 
 obj-m   := $(O_TARGET)