Do not install/uninstall the tool shell script wrapper

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12294 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-30 18:09:44 +00:00
parent a0937dc110
commit a7f3fb6feb

View file

@ -150,21 +150,9 @@ install-tool::
$(INSTALL_PROGRAM) -m 0755 \
$(GNUSTEP_OBJ_DIR)/$(INTERNAL_tool_NAME)$(EXEEXT) \
$(TOOL_INSTALLATION_DIR)
ifeq ($(GNUSTEP_FLATTENED),)
ifeq ($(FRAMEWORK_NAME),)
$(INSTALL_DATA) $(GNUSTEP_MAKEFILES)/executable.template \
$(GNUSTEP_INSTALLATION_DIR)/Tools/$(INTERNAL_tool_NAME); \
chmod a+x $(GNUSTEP_INSTALLATION_DIR)/Tools/$(INTERNAL_tool_NAME);
else
cp $(GNUSTEP_MAKEFILES)/executable.template \
$(FRAMEWORK_VERSION_DIR_NAME)/Resources/$(INTERNAL_tool_NAME); \
chmod a+x $(FRAMEWORK_VERSION_DIR_NAME)/Resources/$(INTERNAL_tool_NAME);
endif
endif
internal-tool-uninstall::
rm -f $(TOOL_INSTALLATION_DIR)/$(INTERNAL_tool_NAME)$(EXEEXT)
rm -f $(GNUSTEP_INSTALLATION_DIR)/Tools/$(INTERNAL_tool_NAME)
#
# Cleaning targets