aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qpe-games/atomic-1.0.1/Makefile.patch
blob: 76d4e6268f3fe23a78447d5e0a088e8de509fe19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -ur atomic_V1.0.1.orig/tools/Makefile atomic_V1.0.1/tools/Makefile
--- atomic_V1.0.1.orig/tools/Makefile	2004-06-16 20:22:38.000000000 +0200
+++ atomic_V1.0.1/tools/Makefile	2004-06-16 20:23:09.000000000 +0200
@@ -1,8 +1,8 @@
 all: bin2c level2c
 
 bin2c:
-	gcc -O2 -Wall -o bin2c bin2c.c
+	$(BUILD_CC) -O2 -Wall -o bin2c bin2c.c
 
 level2c:
-	gcc -O2 -Wall -o level2c level2c.c
+	$(BUILD_CC) -O2 -Wall -o level2c level2c.c