diff options
author | George Sapountzis <gsapountzis@gmail.com> | 2010-02-22 22:27:49 +0200 |
---|---|---|
committer | George Sapountzis <gsapountzis@gmail.com> | 2010-02-24 02:11:31 +0200 |
commit | 295a02549d74559831023455d1bb0ebf42bc1415 (patch) | |
tree | da72dfeb3639aef0c81943e7c1f15969f374f755 /src/mesa/es/glapi/Makefile | |
parent | ad520aaa87d30957ba5635cede1da828a5894105 (diff) |
glapi: fix es after mv
Diffstat (limited to 'src/mesa/es/glapi/Makefile')
-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 1e32af867d..e8a9afab7c 100644 --- a/src/mesa/es/glapi/Makefile +++ b/src/mesa/es/glapi/Makefile @@ -1,5 +1,5 @@ TOP = ../../../.. -GLAPI = ../../glapi +GLAPI = ../../glapi/gen include $(TOP)/configs/current OUTPUTS := \ |