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:
Nicola Pero 2001-09-18 22:08:44 +00:00
parent e30dbb9ed7
commit 65e4f7517b

View file

@ -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