Differences From Artifact [a085f99653]:
- File buildsys.mk.in — part of check-in [00d6e0e99a] at 2021-05-01 03:26:03 on branch trunk — Create potential include subdirectories (user: js, size: 27205) [annotate] [blame] [check-ins using]
To Artifact [b4df3b47e0]:
- File buildsys.mk.in — part of check-in [0f0c69e420] at 2022-08-07 21:10:12 on branch trunk — Fix uninstalling DLLs on Windows (user: js, size: 27235) [annotate] [blame] [check-ins using]
︙ | |||
769 770 771 772 773 774 775 | 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 | - + | ${DIR_ENTER}; \ ${MAKE} -s uninstall || exit $$?; \ ${DIR_LEAVE}; \ done for i in "" ${SHARED_LIB}; do \ test x"$$i" = x"" && continue; \ |
︙ |