1 diff -Nur fuse-2.5.2/kernel/Makefile.in fuse-2.5.2.patched/kernel/Makefile.in
2 --- fuse-2.5.2/kernel/Makefile.in 2006-02-02 18:04:52.000000000 +0100
3 +++ fuse-2.5.2.patched/kernel/Makefile.in 2006-03-28 20:17:13.000000000 +0200
10 -CFLAGS = -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe @KERNELCFLAGS@
11 -CPPFLAGS = -I@kernelsrc@/include -I. -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DFUSE_VERSION=\"$(VERSION)\" @KERNELCPPFLAGS@
13 fuse_objs = dev.o dir.o file.o inode.o compat/parser.o
20 - $(CC) $(CFLAGS) $(CPPFLAGS) -c $< -o $@
23 - $(LD) -r -o fuse.o $(fuse_objs)
25 fuse_headers = fuse_i.h fuse_kernel.h
27 dev.o: $(fuse_headers)
29 file.o: $(fuse_headers)
30 inode.o: $(fuse_headers)
32 +EXTRA_CFLAGS += -DFUSE_VERSION=\"$(VERSION)\"
36 +obj-y := $(fuse_objs)
39 +-include $(TOPDIR)/Rules.make
42 + $(MAKE) -C @kernelsrc@ TOPDIR=@kernelsrc@ SUBDIRS=$(PWD) modules
46 EXTRA_CFLAGS += -DFUSE_VERSION=\"$(VERSION)\"