summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-08-14 08:35:49 +1000
committerDave Airlie <airlied@redhat.com>2009-08-14 08:35:49 +1000
commit25cd4dc1d6d82d480719ef9a8bf93813c27740a2 (patch)
tree37bc5094f98261e031cf948e277970c43d8be988 /progs
parent9d96095c1e40a2ffe988443eb2cb36b4b0a7ca1f (diff)
glsl/tests: skinning.o
worst Makefile ever. not sure what is going on here, hopefully this fixes tinderbox
Diffstat (limited to 'progs')
-rw-r--r--progs/glsl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile
index bbe08c46ac..2960de0367 100644
--- a/progs/glsl/Makefile
+++ b/progs/glsl/Makefile
@@ -204,9 +204,9 @@ shtest.o: $(UTIL_HEADERS)
shtest: shtest.o $(UTIL_OBJS)
-shtest.o: $(UTIL_HEADERS)
+skinning.o: $(UTIL_HEADERS)
-shtest: shtest.o $(UTIL_OBJS)
+skinning: skinning.o $(UTIL_OBJS)
texaaline.o: $(UTIL_HEADERS)