glsl/tests: skinning.o

worst Makefile ever. not sure what is going on here, hopefully
this fixes tinderbox
This commit is contained in:
Dave Airlie 2009-08-14 08:35:49 +10:00
parent 9d96095c1e
commit 25cd4dc1d6
1 changed files with 2 additions and 2 deletions

View 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)