chiark / gitweb /
[PATCH] fix makefile release rule to not drop tdb.h file.
authorgreg@kroah.com <greg@kroah.com>
Fri, 17 Oct 2003 13:12:52 +0000 (06:12 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:01:41 +0000 (21:01 -0700)
Makefile

index c426a881e68c7d1402b3ff9356ac18b235ead22e..493cd08450cd5a6b8333fad64e9d39b9e035380a 100644 (file)
--- 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