diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2009-11-06 16:49:04 +0800 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-11-06 14:19:23 -0700 |
commit | f1c7874cd95e19929030038a78d889ac095a122a (patch) | |
tree | 24177d6c8777a47f14ace2077ef61e80e2884493 /src/mesa/es/Makefile | |
parent | 1af44e9e5a3b522dd083f7e1486146376b01fdff (diff) |
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 <olvaffe@gmail.com>
Diffstat (limited to 'src/mesa/es/Makefile')
-rw-r--r-- | src/mesa/es/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |