build: Fix some paths in uninstall-libs
Folder and file names weren't being separated with a slash.
This resulted in .dll.a, .lib and .def files not being removed on uninstall.
Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
(cherry picked from commit 49440853d0
)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
f7d7b01e81
commit
e9aeab3909
@@ -84,8 +84,8 @@ uninstall-libs::
|
|||||||
-$(RM) "$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR)" \
|
-$(RM) "$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR)" \
|
||||||
"$(SHLIBDIR)/$(SLIBNAME)" \
|
"$(SHLIBDIR)/$(SLIBNAME)" \
|
||||||
"$(SHLIBDIR)/$(SLIBNAME_WITH_VERSION)"
|
"$(SHLIBDIR)/$(SLIBNAME_WITH_VERSION)"
|
||||||
-$(RM) $(SLIB_INSTALL_EXTRA_SHLIB:%="$(SHLIBDIR)"%)
|
-$(RM) $(SLIB_INSTALL_EXTRA_SHLIB:%="$(SHLIBDIR)/%")
|
||||||
-$(RM) $(SLIB_INSTALL_EXTRA_LIB:%="$(LIBDIR)"%)
|
-$(RM) $(SLIB_INSTALL_EXTRA_LIB:%="$(LIBDIR)/%")
|
||||||
-$(RM) "$(LIBDIR)/$(LIBNAME)"
|
-$(RM) "$(LIBDIR)/$(LIBNAME)"
|
||||||
|
|
||||||
uninstall-headers::
|
uninstall-headers::
|
||||||
|
Reference in New Issue
Block a user