diff options
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)\" |