Skip to content

Commit 2ed90c0

Browse files
committed
Always for uninstallation of the project.
1 parent e0fb4ba commit 2ed90c0

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
@@ -150,7 +150,7 @@ setup: tp_xmlada.gpr force
150150

151151
install-clean:
152152
ifneq (,$(wildcard $(TPREFIX)/share/gpr/manifests/templates_parser))
153-
-$(GPRINSTALL) $(GPROPTS) --uninstall \
153+
-$(GPRINSTALL) $(GPROPTS) -f --uninstall \
154154
--prefix=$(TPREFIX) templates_parser
155155
endif
156156

0 commit comments

Comments
 (0)