readline: Remove SHLIB_LIBS from make install

It's not needed now and I don't know why it was added in the first place
(at r10573-g2e8cbe04cdac).  I'd say it likely just covered up some user
error (for e.g. simply forgetting "make" before "make install").

Removing it anyway and if it turns out something bad is happening we can
always revert.
This commit is contained in:
Xi Ruoyao 2024-11-17 11:38:17 +08:00
parent 4660ec224b
commit d5d6ec44ea
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -101,7 +101,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
<para>Install the package:</para>
<screen><userinput remap="install">make SHLIB_LIBS="-lncursesw" install</userinput></screen>
<screen><userinput remap="install">make install</userinput></screen>
<para>If desired, install the documentation:</para>