summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-10-10 12:35:40 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-10-10 12:35:40 -0700
commit285fec31fc8fe1999e7bf9a42af0ceafd92b64e3 (patch)
tree05dedc58846c67e72973ace17e3e48d2d2d41f71 /Makefile
parent0cfdba262e389b347cb574c686394c104ece4628 (diff)
Fix 'make release' after clean checkout
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e6b2b36..dec5067 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@ release: build/pugixml-$(VERSION).tar.gz build/pugixml-$(VERSION).zip
docs: docs/quickstart.html docs/manual.html
build/pugixml-%: .FORCE | $(RELEASE)
+ @mkdir -p $(BUILD)
perl tests/archive.pl $@ $|
$(EXECUTABLE): $(OBJECTS)