summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--progs/glsl/Makefile4
1 files changed, 2 insertions, 2 deletions
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)