Simplify test program compilation.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22556 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-13 22:32:22 +00:00
parent 43275ac3b0
commit 690d6c1f71
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ SRCS_COMMON = crc.c \
include ../mpcommon.mak
test: $(LIBNAME_COMMON) test.c
$(CC) $(CFLAGS) test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm
test: test.c ../osdep/libosdep.a $(LIBNAME_COMMON)
$(CC) $(CFLAGS) -o $@ $^ -lm
distclean::
rm -f test