aboutsummaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx-0.18/native-matypes.patch
blob: 26b1f52a3e68a8e26081626f6acb9a93e6cd5252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: mesa/src/mesa/x86/Makefile
===================================================================
--- mesa.orig/src/mesa/x86/Makefile	2010-10-11 16:34:12.664960996 +0100
+++ mesa/src/mesa/x86/Makefile	2010-10-11 16:34:43.854960861 +0100
@@ -20,11 +20,12 @@
 	-rm -f matypes.h gen_matypes
 
 
-gen_matypes: gen_matypes.c
-	$(CC) $(INCLUDE_DIRS) $(CFLAGS) gen_matypes.c -o gen_matypes
+#gen_matypes: gen_matypes.c
+#	$(CC) $(INCLUDE_DIRS) $(CFLAGS) gen_matypes.c -o gen_matypes
 
 # need some special rules here, unfortunately
-matypes.h: ../main/mtypes.h ../tnl/t_context.h gen_matypes
+matypes.h: ../main/mtypes.h ../tnl/t_context.h
+# gen_matypes
 	./gen_matypes > matypes.h
 
 common_x86_asm.o: matypes.h