Fix uninstalling DLLs on Windows

FossilOrigin-Name: 0f0c69e4203935267d3d130dfcb6ba3491b684dbc2d2e88f15b662f8f23a0a26
This commit is contained in:
Jonathan Schleifer 2022-08-07 21:10:12 +00:00
parent 71e0ef5808
commit 7fc884e5e9

View file

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