mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed uninstall
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10932 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e30dbb9ed7
commit
65e4f7517b
1 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,7 @@ internal-install-dirs:: $(TOOL_INSTALLATION_DIR)
|
|||
|
||||
# This rule runs $(MKDIRS) only if needed
|
||||
$(TOOL_INSTALLATION_DIR):
|
||||
$(MKDIRS) $(TOOL_INSTALLATION_DIR)
|
||||
$(MKDIRS) $@
|
||||
|
||||
install-tool::
|
||||
$(INSTALL_PROGRAM) -m 0755 \
|
||||
|
@ -164,6 +164,7 @@ endif
|
|||
|
||||
internal-tool-uninstall::
|
||||
rm -f $(TOOL_INSTALLATION_DIR)/$(INTERNAL_tool_NAME)$(EXEEXT)
|
||||
rm -f $(GNUSTEP_INSTALLATION_DIR)/Tools/$(INTERNAL_tool_NAME)
|
||||
|
||||
#
|
||||
# Cleaning targets
|
||||
|
|
Loading…
Reference in a new issue