summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/dshow/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/loader/dshow/Makefile b/loader/dshow/Makefile
index 29a525ef5e..5a2e554cda 100644
--- a/loader/dshow/Makefile
+++ b/loader/dshow/Makefile
@@ -18,7 +18,7 @@ CFLAGS = $(OPTFLAGS) $(INCLUDE)
.cpp.o:
$(CC) -c $(CFLAGS) -o $@ $<
-$(LIBNAME): .depend $(OBJS)
+$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
test: test.c $(LIBNAME)
@@ -33,9 +33,8 @@ distclean:
rm -f Makefile.bak *.o *.a *~ .depend test test.raw
dep: depend
-depend: .depend
-.depend: Makefile ../../config.mak
+depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
#