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.
 
 
 
 
 
 

12 lines
397 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:44:30.937793056 +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) -o makehelp makehelp.c
__always__: