aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-11-29 16:22:31 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-11-29 16:22:31 +0000
commit229e8d9c6187089124d7d7b918943a2a3efe293d (patch)
tree1a925f143c3c12c365b079e726ff43f827aaa39e /kernel
parent04d12788678fe1c83c2dbd518774ab314d7db995 (diff)
downloadlibfuse-229e8d9c6187089124d7d7b918943a2a3efe293d.tar.gz
kernel: fix build problem for "make -C ..."
Diffstat (limited to 'kernel')
-rw-r--r--kernel/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile.in b/kernel/Makefile.in
index 2392fd7..e26c700 100644
--- a/kernel/Makefile.in
+++ b/kernel/Makefile.in
@@ -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