diff options
author | greg@kroah.com <greg@kroah.com> | 2003-10-22 01:15:20 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:05:22 -0700 |
commit | daf0bafa81db60954e20ff7199c8a24ae00d2b67 (patch) | |
tree | 61571541cd09f7b0e77b2a46221c40537b1d31fc /Makefile | |
parent | 562e8810163ace28ec6683b494e26bd173a81f58 (diff) |
[PATCH] hm, makefile bug with so many files... will fix later...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |