From: M. R. B. <mr...@us...> - 2002-11-03 04:09:38
|
Update of /cvsroot/linuxdc/linux-sh-dc/fs/vmufs In directory usw-pr-cvs1:/tmp/cvs-serv24963/fs/vmufs Modified Files: Tag: linux-sh-dc-2_4-branch Makefile Log Message: Lay off the cherry-flavored crack... Index: Makefile =================================================================== RCS file: /cvsroot/linuxdc/linux-sh-dc/fs/vmufs/Attic/Makefile,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- Makefile 3 Nov 2002 04:05:36 -0000 1.1.2.2 +++ Makefile 3 Nov 2002 04:09:36 -0000 1.1.2.3 @@ -3,7 +3,7 @@ # O_TARGET := vmufs.o -obj-y := vmufs_inode.c vmufs_sblock.c +obj-y := vmufs_inode.o vmufs_sblock.o obj-m := $(O_TARGET) include $(TOPDIR)/Rules.make |