diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/qpe-games/fish-1.1.0/Makefile.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/qpe-games/fish-1.1.0/Makefile.patch')
-rw-r--r-- | packages/qpe-games/fish-1.1.0/Makefile.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/qpe-games/fish-1.1.0/Makefile.patch b/packages/qpe-games/fish-1.1.0/Makefile.patch index e69de29bb2..c7a08e1aa7 100644 --- a/packages/qpe-games/fish-1.1.0/Makefile.patch +++ b/packages/qpe-games/fish-1.1.0/Makefile.patch @@ -0,0 +1,8 @@ +diff -ur fish_V1.1.0.orig/tools/Makefile fish_V1.1.0/tools/Makefile +--- fish_V1.1.0.orig/tools/Makefile 2004-06-16 20:35:22.000000000 +0200 ++++ fish_V1.1.0/tools/Makefile 2004-06-16 20:35:33.000000000 +0200 +@@ -1,3 +1,3 @@ + bin2c: +- gcc -O2 -Wall -o bin2c bin2c.c ++ $(BUILD_CC) -O2 -Wall -o bin2c bin2c.c + |