simplify test target

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21314 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-27 11:25:15 +00:00
parent 016e2e1cce
commit 0e817305fa
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ SRCS+= dshow/DS_AudioDecoder.c \
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/*~