diff options
author | Christopher James Halse Rogers <[email protected]> | 2012-07-19 12:30:08 +1000 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-13 12:24:25 -0700 |
commit | 3fe69bac498aa87052768507a04c640050ee9d98 (patch) | |
tree | 4e9ea0da49060e7e8da7d33756bdaa3a7ae1161f | |
parent | 726f534bbb3f0356fbd5ceef7a1bba23024b4147 (diff) |
build: fix out of tree generation of glapi_mapi_tmp.h
Reviewed-by: Eric Anholt <[email protected]>
Signed-off-by: Christopher James Halse Rogers <[email protected]>
-rw-r--r-- | src/mapi/glapi/gen/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am index 52aeb3a6de6..499ec09a8d2 100644 --- a/src/mapi/glapi/gen/Makefile.am +++ b/src/mapi/glapi/gen/Makefile.am @@ -176,7 +176,7 @@ $(XORG_GLAPI_DIR)/%.h: $(MESA_GLAPI_DIR)/%.h $(MESA_GLAPI_DIR)/glapi_mapi_tmp.h: $(MESA_MAPI_DIR)/mapi_abi.py $(COMMON_ES) $(PYTHON_GEN) $< \ - --printer glapi --mode lib gl_and_es_API.xml > $@ + --printer glapi --mode lib $(srcdir)/gl_and_es_API.xml > $@ $(MESA_GLAPI_DIR)/glprocs.h: gl_procs.py $(COMMON) $(PYTHON_GEN) $< -f $(srcdir)/gl_API.xml > $@ |