summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/Makefile b/loader/Makefile
index 3a57723608..0b2afcfcf7 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -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/*~