diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-04 19:33:28 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-04 19:33:28 +0000 |
commit | c2b7070033f690b12dd1adc81209fcdeb8bb21d3 (patch) | |
tree | 8af3cb78a6e2e107508777ec24f9467e562caaab /libvo | |
parent | b2b9d98b8f35204705c67c8ae3304d7461fe6b7e (diff) |
dependency stuff fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1011 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/Makefile | 5 |
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 # |