Fix 'make release' after clean checkout

This commit is contained in:
Arseny Kapoulkine 2015-10-10 12:35:40 -07:00
parent 0cfdba262e
commit 285fec31fc

View file

@ -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)