fix test progs from gl_API move
authorWil Reichert <wil.reichert@gmail.com>
Fri, 26 Feb 2010 09:48:06 +0000 (10:48 +0100)
committerMichel Dänzer <michel@daenzer.net>
Fri, 26 Feb 2010 09:48:06 +0000 (10:48 +0100)
Looks like these got missed.

progs/tests/Makefile
progs/tests/getprocaddress.py

index 6c78abcf5e00a59ebf1ac8de6eb07b25077688e9..67efc3b7a9c620cc952c8b8405321a5d703c0120 100644 (file)
@@ -158,7 +158,7 @@ clean:
 # auto code generation
 getprocaddress: getprocaddress.c getproclist.h
 
-getproclist.h: $(TOP)/src/mesa/glapi/gl_API.xml getprocaddress.c getprocaddress.py
+getproclist.h: $(TOP)/src/mesa/glapi/gen/gl_API.xml getprocaddress.c getprocaddress.py
        python getprocaddress.py > getproclist.h
 
 arraytexture: arraytexture.o readtex.o
index 699195bd48cc6de202cf77a58c7a5ae06e447c54..e88ad4c5e4c27d4f73612dea30494792afd0e46b 100644 (file)
@@ -74,7 +74,7 @@ static struct name_test_pair functions[] = {"""
 
 
 if __name__ == '__main__':
-       file_name = "../../src/mesa/glapi/gl_API.xml"
+       file_name = "../../src/mesa/glapi/gen/gl_API.xml"
     
        try:
                (args, trail) = getopt.getopt(sys.argv[1:], "f:")