Uninstall the wrapper script if not flattened

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12163 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-21 17:18:57 +00:00
parent bec1513ced
commit acd23621bf

View file

@ -137,6 +137,9 @@ 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