mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Do not install/uninstall the tool shell wrapper script
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12295 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a7f3fb6feb
commit
e4622e10e5
1 changed files with 1 additions and 8 deletions
|
@ -129,17 +129,10 @@ install-ctool::
|
|||
$(INSTALL_PROGRAM) -m 0755 \
|
||||
$(GNUSTEP_OBJ_DIR)/$(INTERNAL_ctool_NAME)$(EXEEXT) \
|
||||
$(CTOOL_INSTALLATION_DIR)
|
||||
ifeq ($(GNUSTEP_FLATTENED),)
|
||||
$(INSTALL_DATA) $(GNUSTEP_MAKEFILES)/executable.template \
|
||||
$(GNUSTEP_INSTALLATION_DIR)/Tools/$(INTERNAL_ctool_NAME); \
|
||||
chmod a+x $(GNUSTEP_INSTALLATION_DIR)/Tools/$(INTERNAL_ctool_NAME)
|
||||
endif
|
||||
|
||||
internal-ctool-uninstall::
|
||||
rm -f $(CTOOL_INSTALLATION_DIR)/$(INTERNAL_ctool_NAME)$(EXEEXT)
|
||||
ifeq ($(GNUSTEP_FLATTENED),)
|
||||
rm -f $(GNUSTEP_INSTALLATION_DIR)/Tools/$(INTERNAL_ctool_NAME)
|
||||
endif
|
||||
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue