[PATCH] fix makefile release rule to not drop tdb.h file.

This commit is contained in:
greg@kroah.com 2003-10-17 06:12:52 -07:00 committed by Greg KH
parent b1830e7984
commit d3069ca3b7
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,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