summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-10-22 01:15:20 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:05:22 -0700
commitdaf0bafa81db60954e20ff7199c8a24ae00d2b67 (patch)
tree61571541cd09f7b0e77b2a46221c40537b1d31fc /Makefile
parent562e8810163ace28ec6683b494e26bd173a81f58 (diff)
[PATCH] hm, makefile bug with so many files... will fix later...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5c00b7191..c7d0391473 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" | sort )
DISTDIR := $(RELEASE_NAME)
srcdir = .
release: $(DISTFILES) clean