diff options
Diffstat (limited to 'progs/glsl/Makefile')
-rw-r--r-- | progs/glsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |