From: greg@kroah.com Date: Wed, 22 Oct 2003 08:15:20 +0000 (-0700) Subject: [PATCH] hm, makefile bug with so many files... will fix later... X-Git-Tag: 005~20 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=daf0bafa81db60954e20ff7199c8a24ae00d2b67;hp=562e8810163ace28ec6683b494e26bd173a81f58 [PATCH] hm, makefile bug with so many files... will fix later... --- diff --git a/Makefile b/Makefile index a5c00b719..c7d039147 100644 --- a/Makefile +++ b/Makefile @@ -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