diff options
author | Chia-I Wu <[email protected]> | 2009-11-06 16:49:04 +0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-11-06 14:19:23 -0700 |
commit | f1c7874cd95e19929030038a78d889ac095a122a (patch) | |
tree | 24177d6c8777a47f14ace2077ef61e80e2884493 /src/mesa/es/glapi | |
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 <[email protected]>
Diffstat (limited to 'src/mesa/es/glapi')
-rw-r--r-- | src/mesa/es/glapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |