Module: Mesa Branch: master Commit: 25cd4dc1d6d82d480719ef9a8bf93813c27740a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25cd4dc1d6d82d480719ef9a8bf93813c27740a2
Author: Dave Airlie <[email protected]> Date: Fri Aug 14 08:35:49 2009 +1000 glsl/tests: skinning.o worst Makefile ever. not sure what is going on here, hopefully this fixes tinderbox --- progs/glsl/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile index bbe08c4..2960de0 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) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
