macos-setup: Update a comment.

Lua isn't the only dependency that doesn't support "make uninstall".

(backported from commit 7d01e3a74e)
This commit is contained in:
Guy Harris 2020-12-12 23:47:27 -08:00
parent d1be8e80e2
commit bd4259557b
1 changed files with 3 additions and 2 deletions

View File

@ -2653,8 +2653,9 @@ uninstall_all() {
# (If that's not the case, this test needs to check the subdirectories
# as well.)
#
# If not, do "make install", "make uninstall", the removes for Lua,
# and the renames of [g]libtool* with sudo.
# If not, do "make install", "make uninstall", the removes for
# dependencies that don't support "make uninstall", and the renames
# of [g]libtool* with sudo.
#
if [ -w /usr/local ]
then