Fix a trivial bug for dist

This commit is contained in:
Akira TAGOH 2015-03-09 12:22:30 +09:00
parent f5b1e0ab97
commit b75d809d12
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ $(BLANKS_H): $(TMPL) $(BLANKSPY)
mv $(BLANKS_H).tmp $(BLANKS_H) || ($(RM) $(BLANKS_H).tmp && false)
EXTRA_DIST = \
$(BLANKSPY) \
$(BLANKS_H) \
$(TMPL) \
$(NULL)