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 # (If that's not the case, this test needs to check the subdirectories
# as well.) # as well.)
# #
# If not, do "make install", "make uninstall", the removes for Lua, # If not, do "make install", "make uninstall", the removes for
# and the renames of [g]libtool* with sudo. # dependencies that don't support "make uninstall", and the renames
# of [g]libtool* with sudo.
# #
if [ -w /usr/local ] if [ -w /usr/local ]
then then