mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-26 21:54:30 +08:00
kernel: fix build problem for "make -C ..."
This commit is contained in:
parent
04d1278867
commit
229e8d9c61
@ -4,6 +4,9 @@
|
||||
doesn't support the 'fuseblk' filesystem type. This has been
|
||||
biting ntfs-3g users. Reported by Yura Pakhuchiy
|
||||
|
||||
* kernel: fix build problem for "make -C ...". Reported by
|
||||
Stephen Bryant
|
||||
|
||||
2006-11-19 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Fix bug in certain error paths of lookup routines. The request
|
||||
|
@ -50,4 +50,4 @@ obj-m := fuse.o
|
||||
fuse-objs := dev.o dir.o file.o inode.o control.o
|
||||
|
||||
all-spec:
|
||||
$(MAKE) -C @kernelsrc@ SUBDIRS=$(PWD) @KERNELMAKE_PARAMS@ modules
|
||||
$(MAKE) -C @kernelsrc@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ modules
|
||||
|
Loading…
Reference in New Issue
Block a user