changeset 26521:4bcaa9a8a860

Remove unnecessary compilation command that shadows GNU Make builtin command.
author diego
date Sun, 27 Apr 2008 11:00:06 +0000
parents e9f5296505f0
children 8003ed4cc8b2
files liba52/Makefile
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liba52/Makefile	Sun Apr 27 10:34:24 2008 +0000
+++ b/liba52/Makefile	Sun Apr 27 11:00:06 2008 +0000
@@ -13,4 +13,3 @@
 include ../mpcommon.mak
 
 test: test.c ../cpudetect.o $(LIBNAME_COMMON)
-	$(CC) $(CFLAGS) -o $@ $^