[PATCH] hm, makefile bug with so many files... will fix later...

This commit is contained in:
greg@kroah.com 2003-10-22 01:15:20 -07:00 committed by Greg KH
parent 562e881016
commit daf0bafa81
1 changed files with 1 additions and 1 deletions

View File

@ -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