From f1c7874cd95e19929030038a78d889ac095a122a Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 6 Nov 2009 16:49:04 +0800 Subject: 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 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/es/Makefile') diff --git a/src/mesa/es/Makefile b/src/mesa/es/Makefile index 42347d0b07..48b11a6ad2 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 -- cgit v1.2.3