From: Dave Airlie Date: Thu, 13 Aug 2009 22:35:49 +0000 (+1000) Subject: glsl/tests: skinning.o X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25cd4dc1d6d82d480719ef9a8bf93813c27740a2;p=mesa.git glsl/tests: skinning.o worst Makefile ever. not sure what is going on here, hopefully this fixes tinderbox --- diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile index bbe08c46ac0..2960de03676 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)