From d93a4295c13503e52b2c3a2f6b4473a6d5bf907c Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sat, 30 Sep 2006 12:21:49 +0000 Subject: kernel changes --- kernel/Makefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'kernel/Makefile.in') 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)\" -- cgit v1.2.3