summaryrefslogtreecommitdiffstats
path: root/libvo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/Makefile')
-rw-r--r--libvo/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index adbef9a515..556d918dcd 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -16,7 +16,7 @@ CFLAGS = $(OPTFLAGS) -I. -I.. -DMPG12PLAY
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<
-$(LIBNAME): .depend $(OBJS)
+$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
all: $(LIBNAME)
@@ -28,9 +28,8 @@ distclean:
rm -f Makefile.bak *.o *.a *~ .depend
dep: depend
-depend: .depend
-.depend: Makefile config.mak ../config.mak ../config.h
+depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
#