diff options
Diffstat (limited to 'src/mapi/glapi/gen-es/Makefile')
-rw-r--r-- | src/mapi/glapi/gen-es/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mapi/glapi/gen-es/Makefile b/src/mapi/glapi/gen-es/Makefile index 709cfa8f94..837579248f 100644 --- a/src/mapi/glapi/gen-es/Makefile +++ b/src/mapi/glapi/gen-es/Makefile @@ -3,7 +3,6 @@ GLAPI = ../gen include $(TOP)/configs/current OUTPUTS := \ - glapi/glapioffsets.h \ glapi/glapitable.h \ glapi/glapitemp.h \ glapi/glprocs.h \ @@ -47,9 +46,6 @@ endef %/glapidispatch.h: $(GLAPI)/gl_table.py $(COMMON) $(call gen-glapi,-c -m remap_table) -%/glapioffsets.h: $(GLAPI)/gl_offsets.py $(COMMON) - $(call gen-glapi,-c) - %/glapitable.h: $(GLAPI)/gl_table.py $(COMMON) $(call gen-glapi,-c) |