Skip to content

Commit

Permalink
windows: ensure to create tmp/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 25, 2016
1 parent 32f3b52 commit c1801ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/windows/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ SOURCE=tmp/$(PACKAGE)-$(VERSION).tar.gz
source: $(SOURCE)

$(SOURCE): $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz
mkdir -p tmp
cp $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz $(SOURCE)

diff-mecab:
Expand Down

0 comments on commit c1801ab

Please sign in to comment.