From 7520e259950f7ed356f9737e68d4514e7eec8f06 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 29 Oct 2004 19:12:08 +0000 Subject: Updated getprocaddress test to use gl_API.xml instead of old APIspec file. --- progs/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progs/tests/Makefile') diff --git a/progs/tests/Makefile b/progs/tests/Makefile index a826762e1c..872fa0f621 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -87,7 +87,7 @@ clean: # auto code generation getprocaddress: getprocaddress.c getproclist.h -getproclist.h: $(TOP)/src/mesa/glapi/APIspec getprocaddress.c getprocaddress.py +getproclist.h: $(TOP)/src/mesa/glapi/gl_API.xml getprocaddress.c getprocaddress.py python getprocaddress.py > getproclist.h -- cgit v1.2.3