mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed uninstalling DLLs on Windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@22145 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
93826c2211
commit
2f760da9a1
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ internal-library-uninstall_:: shared-instance-headers-uninstall
|
|||
ifeq ($(BUILD_DLL),yes)
|
||||
# For DLLs, also remove the DLL file.
|
||||
internal-library-uninstall_::
|
||||
$(ECHO_UNINSTALLING)rm -f $(DLL_INSTALLATION_DIR)/$(LINK_LIBRARY_DLL_FILE)$(END_ECHO)
|
||||
$(ECHO_UNINSTALLING)rm -f $(DLL_INSTALLATION_DIR)/$(LIB_LINK_DLL_FILE)$(END_ECHO)
|
||||
endif
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue