From f1c7874cd95e19929030038a78d889ac095a122a Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 6 Nov 2009 16:49:04 +0800 Subject: [PATCH] mesa/es: Fix symbol conflicts and warnings. drawtex.c was listed in LOCAL_ES1_SOURCES twice. My mistake when merging the patches. Also, run gl_apitemp.py with -c to silence warnings and add target "install". Signed-off-by: Chia-I Wu --- src/mesa/es/Makefile | 3 +++ src/mesa/es/glapi/Makefile | 2 +- src/mesa/es/sources.mak | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesa/es/Makefile b/src/mesa/es/Makefile index 42347d0b079..48b11a6ad23 100644 --- a/src/mesa/es/Makefile +++ b/src/mesa/es/Makefile @@ -107,6 +107,9 @@ clean: -rm -f depend -rm -f *~ +# nothing to install +install: + subdirs: make -C glapi make -C $(MESA) asm_subdirs diff --git a/src/mesa/es/glapi/Makefile b/src/mesa/es/glapi/Makefile index 5f2aa8225b6..1e32af867d5 100644 --- a/src/mesa/es/glapi/Makefile +++ b/src/mesa/es/glapi/Makefile @@ -52,7 +52,7 @@ endef $(call gen-glapi,-c) %/glapitemp.h: $(GLAPI)/gl_apitemp.py $(COMMON) - $(call gen-glapi) + $(call gen-glapi,-c) %/glprocs.h: $(GLAPI)/gl_procs.py $(COMMON) $(call gen-glapi,-c) diff --git a/src/mesa/es/sources.mak b/src/mesa/es/sources.mak index 11f735d52af..f00e41b0115 100644 --- a/src/mesa/es/sources.mak +++ b/src/mesa/es/sources.mak @@ -4,7 +4,6 @@ include $(MESA)/sources.mak LOCAL_ES1_SOURCES := \ main/api_exec_es1.c \ - main/drawtex.c \ main/get_es1.c \ main/specials_es1.c \ main/drawtex.c \ -- 2.30.2