Skip to content
Snippets Groups Projects
Commit 5c1565b9 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[ivette] make sure to generate API before install

parent 0a882ea5
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ install:: ...@@ -42,7 +42,7 @@ install::
@echo " (no PREFIX, nor OPAM_SWITCH_PREFIX)" @echo " (no PREFIX, nor OPAM_SWITCH_PREFIX)"
else else
FULLPREFIX := $(if ${DESTDIR},$(patsubst %/,%,${DESTDIR})/${PREFIX},${PREFIX}) FULLPREFIX := $(if ${DESTDIR},$(patsubst %/,%,${DESTDIR})/${PREFIX},${PREFIX})
install:: install:: ivette-api
@echo "Installing Ivette to ${FULLPREFIX}" @echo "Installing Ivette to ${FULLPREFIX}"
@mkdir -p "${FULLPREFIX}/bin" @mkdir -p "${FULLPREFIX}/bin"
@install ivette/ivette-bootstrap.sh "${FULLPREFIX}/bin/ivette" @install ivette/ivette-bootstrap.sh "${FULLPREFIX}/bin/ivette"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment