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:
Nicola Pero 2005-12-05 13:07:15 +00:00
parent 93826c2211
commit 2f760da9a1

View file

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