Mercurial > mplayer.hg
diff loader/Makefile @ 21298:6b6d7fd5a00d
simplify test target
author | diego |
---|---|
date | Mon, 27 Nov 2006 11:25:15 +0000 |
parents | efc774a1e5a4 |
children | 410a59bd1897 |
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/*~