Create install dir before copying

This commit is contained in:
Jens K. Mueller 2011-02-11 14:21:09 +01:00 committed by Tj Holowaychuk
parent a867eb0f5c
commit 5ce9bb7147

View file

@ -8,6 +8,7 @@ MAN_PAGES = $(MANS:.md=.1)
install:
@mkdir -p $(MANPREFIX)
@mkdir -p $(PREFIX)/bin
@echo "... installing bins to $(PREFIX)/bin"
@echo "... installing man pages to $(MANPREFIX)"
@$(foreach BIN, $(BINS), \