# HG changeset patch # User diego # Date 1209294006 0 # Node ID 4bcaa9a8a86043a717ac73dfb47fd1eb345919c6 # Parent e9f5296505f056021c09e0c1584de5d8037c16ca Remove unnecessary compilation command that shadows GNU Make builtin command. diff -r e9f5296505f0 -r 4bcaa9a8a860 liba52/Makefile --- 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 $@ $^