tinyfugue: update tinyfugue_unix_unix.mak.patch

This commit is contained in:
Leonid Pliushch 2020-01-02 17:45:51 +02:00
parent 1140adebed
commit c66bfa8e13
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
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
+++ 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) $(CFLAGS) -o makehelp makehelp.c
+ $(CC_FOR_BUILD) -o makehelp makehelp.c
__always__: