From: greg@kroah.com Date: Fri, 17 Oct 2003 13:12:52 +0000 (-0700) Subject: [PATCH] fix makefile release rule to not drop tdb.h file. X-Git-Tag: 003~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d3069ca3b71160cd7e89b3ff9d411ce2d7971610 [PATCH] fix makefile release rule to not drop tdb.h file. --- diff --git a/Makefile b/Makefile index c426a881e..493cd0845 100644 --- a/Makefile +++ b/Makefile @@ -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