gmake gives this error:
gmake[1]: *** No rule to make target `../include/../.config.h', needed by `alias.o'. Stop.
creating an empty .config.h file works
make[1]: Entering directory '/home/him/bitchx-git/source' make[1]: *** No rule to make target '../include/../.config.h', needed by 'alias.o'. Stop. make[1]: Leaving directory '/home/him/bitchx-git/source' Makefile:198: recipe for target 'source_all' failed make: *** [source_all] Error 2
Should be fixed in the latest commit.
Thanks for the report.
Log in to post a comment.
make[1]: Entering directory '/home/him/bitchx-git/source'
make[1]: *** No rule to make target '../include/../.config.h', needed by 'alias.o'. Stop.
make[1]: Leaving directory '/home/him/bitchx-git/source'
Makefile:198: recipe for target 'source_all' failed
make: *** [source_all] Error 2
Should be fixed in the latest commit.
Thanks for the report.