diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-09-30 12:21:49 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-09-30 12:21:49 +0000 |
commit | d93a4295c13503e52b2c3a2f6b4473a6d5bf907c (patch) | |
tree | d2263ed3dbea4b3dd6ac3344eb746dc11ac8b450 /kernel/Makefile.in | |
parent | 6cf952ab0441b1ec67b359e3dc03d52cf62a99dd (diff) | |
download | libfuse-d93a4295c13503e52b2c3a2f6b4473a6d5bf907c.tar.gz |
kernel changes
Diffstat (limited to 'kernel/Makefile.in')
-rw-r--r-- | kernel/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/kernel/Makefile.in b/kernel/Makefile.in index c016d1a..2392fd7 100644 --- a/kernel/Makefile.in +++ b/kernel/Makefile.in @@ -7,7 +7,6 @@ VERSION = @PACKAGE_VERSION@ DISTFILES = Makefile.in configure.ac configure config.h.in ../install-sh \ dev.c dir.c file.c inode.c fuse_i.h fuse_kernel.h control.c -COMPATDISTFILES = compat/parser.c compat/parser.h fusemoduledir = @kmoduledir@/kernel/fs/fuse @@ -42,10 +41,8 @@ distclean: clean maintainer-clean: distclean -distdir: $(DISTFILES) $(COMPATDISTFILES) +distdir: $(DISTFILES) cp -p $(DISTFILES) $(distdir) - mkdir $(distdir)/compat - cp -p $(COMPATDISTFILES) $(distdir)/compat EXTRA_CFLAGS += -DFUSE_VERSION=\"$(VERSION)\" |