When I use filelist=yes for gnustep-make 1.8.0 I get:
Try something like the following:
make filelist=yes install INSTALL_ROOT_DIR=`pwd`/tmp
GNUSTEP_INSTALLATION_DIR=`pwd`/tmp/usr/GNUstep/Local
this will install everything inside `pwd`/tmp (which the local directory,
with /tmp appended), then compute the file list from the files which have
been installed there, serving it to you in the file file-list in the local
directory.
If that doesn't work, please send me the full command-line command you're
using.
Thanks.