Mercurial > mplayer.hg
changeset 21298:6b6d7fd5a00d
simplify test target
author | diego |
---|---|
date | Mon, 27 Nov 2006 11:25:15 +0000 |
parents | 5d45c1b7d732 |
children | b15a8a2dca6f |
files | loader/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/Makefile Mon Nov 27 11:19:49 2006 +0000 +++ b/loader/Makefile Mon Nov 27 11:25:15 2006 +0000 @@ -32,8 +32,8 @@ include ../mpcommon.mak -dshow/test: libloader.a - $(CC) dshow/test.c $(CFLAGS) -o $@ $^ -lstdc++ +dshow/test: dshow/test.c $(LIBNAME) + $(CC) $(CFLAGS) -o $@ $^ -lstdc++ clean:: rm -f dshow/*.o dshow/*.a dshow/*~