From 25cd4dc1d6d82d480719ef9a8bf93813c27740a2 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 14 Aug 2009 08:35:49 +1000 Subject: glsl/tests: skinning.o worst Makefile ever. not sure what is going on here, hopefully this fixes tinderbox --- progs/glsl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'progs') 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) -- cgit v1.2.3