changeset 21273:0457a106b273

Remove useless variable indirection.
author diego
date Sun, 26 Nov 2006 22:11:46 +0000
parents 045618c5a082
children bd7208f84f75
files libmpcodecs/Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Sun Nov 26 22:11:07 2006 +0000
+++ b/libmpcodecs/Makefile	Sun Nov 26 22:11:46 2006 +0000
@@ -275,8 +275,7 @@
 
 OBJS=$(SRCS:.c=.o)
 
-SRCS2=$(ENCODER_SRCS)
-OBJS2=$(SRCS2:.c=.o)
+OBJS2=$(ENCODER_SRCS:.c=.o)
 
 CFLAGS  = -I.. \
           -Inative \