fte-team / fteqw

This is the official GitHub mirror for the FTEQW project.
https://www.fteqw.org/
180 stars 55 forks source link

[PATCH] engine/Makefile: add reldir as deps of iqmtool target #93

Closed Xylemon closed 1 year ago

Xylemon commented 1 year ago

https://sourceforge.net/p/fteqw/tickets/131/

illwieckz wrote on 2022-03-06:

This patch creates the engine/release/ directory when doing make -C engine iqmtool, otherwise the build will fail.

For some reasons with this patch the Makefile also attempts to create ${OUT_DIR} but the fail is not fatal.

1 Attachments

20220306-195313.makefile-engine-iqmtool-reldir.patch.zip

Xylemon commented 1 year ago

@eukara wrote on 2022-03-06:

done. will clean this up once I've gone over the full Makefile