Why intcmp does not work?
| Newsgroups | gmane.comp.gnu.make.general |
|---|---|
| Message-ID | <[email protected]> |
Dear Sir/Madam, The intcmp function does not seem to work on GNU Make 4.3 (built for x86_64-redhat-linux-gnu). it always results in the empty string. For example, $(intcmp 6,7,hello,world) evaluates to the empty string, which is contrary to the expected result as per the documentation. Is this a known bug, or am I doing something wrong? Best regards, S.R.