summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-10-22 01:32:07 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:05:22 -0700
commit6c0eae77a1443c51a0c089f4d4053ffff13666f5 (patch)
tree1ea5b565cdd830f6bc348f46282e04ddf3dcd177 /Makefile
parentdaf0bafa81db60954e20ff7199c8a24ae00d2b67 (diff)
[PATCH] makefile fix for now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7d0391473..ea0dc10c28 100644
--- a/Makefile
+++ b/Makefile
@@ -172,7 +172,7 @@ clean:
$(MAKE) -C libsysfs clean
$(MAKE) -C tdb clean
-#DISTFILES = $(shell find . \( -not -name '.' \) -print | grep -v CVS | grep -v "\.tar\.gz" | grep -v "\/\." | grep -v releases | grep -v BitKeeper | grep -v SCCS | grep -v "\.tdb" | sort )
+DISTFILES = $(shell find . \( -not -name '.' \) -print | grep -v CVS | grep -v "\.tar\.gz" | grep -v "\/\." | grep -v releases | grep -v BitKeeper | grep -v SCCS | grep -v "\.tdb" | grep -v "test\/sys" | sort )
DISTDIR := $(RELEASE_NAME)
srcdir = .
release: $(DISTFILES) clean