summaryrefslogtreecommitdiff
path: root/src/mesa/es/glapi/Makefile
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-04-27 09:00:31 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-04-28 14:05:20 -0400
commit3bd6e003462e579c6c1b4a62d8e5f26cb314862d (patch)
treeb7920f9d20cd2eb84afe3634e9970a8337657420 /src/mesa/es/glapi/Makefile
parent21ad81727c9dfe83dfe7e06937e9142e8e652fba (diff)
es: Drop es specific enums.c
Diffstat (limited to 'src/mesa/es/glapi/Makefile')
-rw-r--r--src/mesa/es/glapi/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/es/glapi/Makefile b/src/mesa/es/glapi/Makefile
index e8a9afab7c..a388f073cf 100644
--- a/src/mesa/es/glapi/Makefile
+++ b/src/mesa/es/glapi/Makefile
@@ -11,7 +11,6 @@ OUTPUTS := \
sparc/glapi_sparc.S \
x86-64/glapi_x86-64.S \
x86/glapi_x86.S \
- main/enums.c \
main/remap_helper.h
COMMON = gl_XML.py glX_XML.py license.py typeexpr.py
@@ -66,9 +65,6 @@ endef
%/x86/glapi_x86.S: $(GLAPI)/gl_x86_asm.py $(COMMON)
$(call gen-glapi)
-%/main/enums.c: $(GLAPI)/gl_enums.py $(COMMON)
- $(call gen-glapi)
-
%/main/remap_helper.h: $(GLAPI)/remap_helper.py $(COMMON)
$(call gen-glapi)