You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
407 B

diff -uNr tinyfugue/unix/unix.mak tinyfugue.mod/unix/unix.mak
--- tinyfugue/unix/unix.mak 2014-02-11 02:48:45.000000000 +0200
+++ tinyfugue.mod/unix/unix.mak 2020-01-02 17:11:01.818254627 +0200
@@ -140,7 +140,7 @@
rm -f worldqueue.tf; ln -s world-q.tf worldqueue.tf;
makehelp: makehelp.c
- $(CC) $(CFLAGS) -o makehelp makehelp.c
+ $(CC_FOR_BUILD) $(CFLAGS) -o makehelp makehelp.c
__always__: