aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/Makefile.in
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-01-04 13:37:55 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-01-04 13:37:55 +0000
commit4e358806da6e8135ac3b63bf13e8aebe9c5d8ec0 (patch)
treea942f3b51bb402ee9e5af7538b5f55e7b9d50569 /kernel/Makefile.in
parent0f62d7265ebab7807978ae8a206213d968bea9e4 (diff)
downloadlibfuse-4e358806da6e8135ac3b63bf13e8aebe9c5d8ec0.tar.gz
fix
Diffstat (limited to 'kernel/Makefile.in')
-rw-r--r--kernel/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/Makefile.in b/kernel/Makefile.in
index 2cb000e..ec6ba8f 100644
--- a/kernel/Makefile.in
+++ b/kernel/Makefile.in
@@ -73,8 +73,7 @@ util.o: $(fuse_headers)
else
-export FUSE_INCLUDE ?= $(shell pwd)
-EXTRA_CFLAGS += -I$(FUSE_INCLUDE) -DFUSE_VERSION=\"$(VERSION)\"
+EXTRA_CFLAGS += -DFUSE_VERSION=\"$(VERSION)\"
obj-m := fuse.o
fuse-objs := dev.o dir.o file.o inode.o util.o