Skip to content

Commit 3353806

Browse files
committed
Force uninstall before install
1 parent b810e7e commit 3353806

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)