Skip to content
Snippets Groups Projects
Commit 34c6945a authored by Andre Maroneze's avatar Andre Maroneze
Browse files

Merge branch 'fix/blanchard/ivette/install' into 'master'

[ivette] make sure to generate API before install

Closes #1454

See merge request frama-c/frama-c!4810
parents b6e35249 5c1565b9
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ install::
@echo " (no PREFIX, nor OPAM_SWITCH_PREFIX)"
else
FULLPREFIX := $(if ${DESTDIR},$(patsubst %/,%,${DESTDIR})/${PREFIX},${PREFIX})
install::
install:: ivette-api
@echo "Installing Ivette to ${FULLPREFIX}"
@mkdir -p "${FULLPREFIX}/bin"
@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