diff options
author | Emil Velikov <[email protected]> | 2017-04-13 18:42:37 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-05-04 18:17:06 +0100 |
commit | d230ef842ced2e4e1db24067b3d0df6a1d21c36c (patch) | |
tree | 57f5d055a5a3c406f83c16095236a4e2f320df0c /src/mapi/Makefile.am | |
parent | 3698fe295af0372d11bc20e0fe7ce3489104f7ad (diff) |
mapi_abi.py: remove no longer used --mode option
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/mapi/Makefile.am')
-rw-r--r-- | src/mapi/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am index 61b8470437c..e5477364ce5 100644 --- a/src/mapi/Makefile.am +++ b/src/mapi/Makefile.am @@ -93,7 +93,7 @@ endif shared-glapi/glapi_mapi_tmp.h : glapi/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps) $(MKDIR_GEN) - $(PYTHON_GEN) $(srcdir)/mapi_abi.py --mode lib --printer shared-glapi \ + $(PYTHON_GEN) $(srcdir)/mapi_abi.py --printer shared-glapi \ $(srcdir)/glapi/gen/gl_and_es_API.xml > $@ if HAVE_OPENGL @@ -192,7 +192,7 @@ endif es1api/glapi_mapi_tmp.h: glapi/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps) $(MKDIR_GEN) - $(PYTHON_GEN) $(srcdir)/mapi_abi.py --mode lib --printer es1api \ + $(PYTHON_GEN) $(srcdir)/mapi_abi.py --printer es1api \ $(srcdir)/glapi/gen/gl_and_es_API.xml > $@ if HAVE_OPENGL_ES2 @@ -237,7 +237,7 @@ endif es2api/glapi_mapi_tmp.h: glapi/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps) $(MKDIR_GEN) - $(PYTHON_GEN) $(srcdir)/mapi_abi.py --mode lib --printer es2api \ + $(PYTHON_GEN) $(srcdir)/mapi_abi.py --printer es2api \ $(srcdir)/glapi/gen/gl_and_es_API.xml > $@ include $(top_srcdir)/install-lib-links.mk |