Skip to content

Commit 9512911

Browse files
committed
Merge branch 'topic/vadim/install' into 'master'
Force uninstall before install See merge request eng/ide/gnatdoc!197
2 parents b810e7e + 3353806 commit 9512911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build-gnatdoc:
2424
gprbuild -j0 -p -P gnat/gnatdoc.gpr ${SCENARIO_VARIABLES}
2525

2626
install-gnatdoc:
27-
gprinstall -p -P gnat/gnatdoc.gpr --prefix="${PREFIX}" --no-project ${SCENARIO_VARIABLES}
27+
gprinstall -f -p -P gnat/gnatdoc.gpr --prefix="${PREFIX}" --no-project ${SCENARIO_VARIABLES}
2828

2929
clean:
3030
rm -rf .objs bin

0 commit comments

Comments
 (0)