Skip to content

Commit

Permalink
In objconv.mk, make sure to create build dir if doesn't exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Jul 23, 2016
1 parent 17c34e7 commit 5096f51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/objconv.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $(SRCDIR)/srccache/objconv.zip: | $(SRCDIR)/srccache
$(JLDOWNLOAD) $@ http:https://www.agner.org/optimize/objconv.zip
$(BUILDDIR)/objconv/config.status: $(SRCDIR)/srccache/objconv.zip
-rm -r $(dir $@)
mkdir -p $(BUILDDIR)
unzip -d $(dir $@) $<
cd $(dir $@) && unzip source.zip
echo 1 > $@
Expand Down

0 comments on commit 5096f51

Please sign in to comment.