Skip to content

Commit a7a1523

Browse files
committed
Don't include config.stamp in dist tarball.
1 parent 52f2a9a commit a7a1523

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mk/dist.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ PKG_FILES := \
3535
snapshots.txt \
3636
test) \
3737
$(PKG_GITMODULES) \
38-
$(filter-out Makefile config.mk, $(MKFILE_DEPS))
38+
$(filter-out Makefile config.stamp config.mk, \
39+
$(MKFILE_DEPS))
3940

4041
UNROOTED_PKG_FILES := $(patsubst $(S)%,./%,$(PKG_FILES))
4142

0 commit comments

Comments
 (0)