Don't include config.stamp in dist tarball.

This commit is contained in:
Graydon Hoare 2012-03-28 11:29:38 -07:00
parent 52f2a9a1c9
commit a7a152311f

View File

@ -35,7 +35,8 @@ PKG_FILES := \
snapshots.txt \
test) \
$(PKG_GITMODULES) \
$(filter-out Makefile config.mk, $(MKFILE_DEPS))
$(filter-out Makefile config.stamp config.mk, \
$(MKFILE_DEPS))
UNROOTED_PKG_FILES := $(patsubst $(S)%,./%,$(PKG_FILES))