[PATCH] makefile fix for now.

This commit is contained in:
greg@kroah.com 2003-10-22 01:32:07 -07:00 committed by Greg KH
parent daf0bafa81
commit 6c0eae77a1
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" | grep -v "test\/sys" | sort )
DISTDIR := $(RELEASE_NAME)
srcdir = .
release: $(DISTFILES) clean