makedepend: error: out of space: increase MAXFILES
Hello.
I found that last update of makedepend program made some regression. New version during execution returns error code: out of space: increase MAXFILES.
In the attachment there is part of my project (very simplified). To run test you need to extract archive. In the project's root directory just enter: "make". Makefile runs only dependencies application (makedepend). In version 1.0.6 the makedepend program does not return any error, in version 1.0.7 does. The result of the command is a file with argument list passed to the makedepend - makedepend.args. In both versions of makedepend file is the same. The strange is that the number of files does not exceed 4096 or even 256 files.
This code I have tested on two computers with openSUSE. Before update everything was working ok, after update not.
Working version of makdepend: 1.0.6
Not working version of makedepend: 1.0.7
Error visible in terminal: /usr/bin/makedepend: error: out of space: increase MAXFILES
Best Regards, Daniel