Fix uninstalling DLLs on Windows
FossilOrigin-Name: 0f0c69e4203935267d3d130dfcb6ba3491b684dbc2d2e88f15b662f8f23a0a26
This commit is contained in:
parent
71e0ef5808
commit
7fc884e5e9
1 changed files with 1 additions and 1 deletions
|
@ -773,7 +773,7 @@ uninstall: uninstall-extra
|
|||
|
||||
for i in "" ${SHARED_LIB}; do \
|
||||
test x"$$i" = x"" && continue; \
|
||||
if test -f ${DESTDIR}${libdir}/$$i; then \
|
||||
if test -f ${DESTDIR}${libdir}/$$i -o -f ${DESTDIR}${bindir}/$$i; then \
|
||||
if : @UNINSTALL_LIB@; then \
|
||||
${DELETE_OK}; \
|
||||
else \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue