- Update to tcsh 6.24.16 - 2025-07-09
* Use $+ instead of $^ in nls/Makefile.in
NetBSD make added support for $^ per POSIX, so it no longer expands to
an empty string, which breaks the rules. It does not define $+, so we
can use that instead for GNU make.
A proper fix would be to detect the make flavor used, and build rules
appropriate for each flavor. Listing all the dependencies is not
practical (in the rules involving multiple set files).
OBS-URL: https://build.opensuse.org/request/show/1291947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcsh?expand=0&rev=104
Description
No description provided
Languages
Shell
100%