diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-09-13 14:56:57 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-09-13 14:56:57 +0000 |
commit | 442d96559f69616c5ddb4a859dd29a5bbee8804c (patch) | |
tree | 690168ec9d6f8d2f9fd7eb342e658473b09be593 /kernel | |
parent | 09045c36277124dfd308f2df6de30efc170f81e9 (diff) | |
download | libfuse-442d96559f69616c5ddb4a859dd29a5bbee8804c.tar.gz |
*** empty log message ***
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile.in b/kernel/Makefile.in index bcd792f..aa6dd60 100644 --- a/kernel/Makefile.in +++ b/kernel/Makefile.in @@ -43,7 +43,7 @@ ifeq ($(majver), 2.4) CC = @CC@ LD = @LD@ CFLAGS = -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -CPPFLAGS = -I@kernelsrc@/include -I../include -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DFUSE_VERSION=\"@VERSION@\" +CPPFLAGS = -I@kernelsrc@/include -I../include -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DFUSE_VERSION=\"@VERSION@\" @KERNELCPPFLAGS@ fuse_objs = dev.o dir.o file.o inode.o util.o compat/parser.o |