OSDN Git Service

glsl/tests: skinning.o
authorDave Airlie <airlied@redhat.com>
Thu, 13 Aug 2009 22:35:49 +0000 (08:35 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 13 Aug 2009 22:35:49 +0000 (08:35 +1000)
worst Makefile ever. not sure what is going on here, hopefully
this fixes tinderbox

progs/glsl/Makefile

index bbe08c4..2960de0 100644 (file)
@@ -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)