From c2b7070033f690b12dd1adc81209fcdeb8bb21d3 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Mon, 4 Jun 2001 19:33:28 +0000 Subject: dependency stuff fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1011 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mp3lib') diff --git a/mp3lib/Makefile b/mp3lib/Makefile index c8ee1eb915..57797da46b 100644 --- a/mp3lib/Makefile +++ b/mp3lib/Makefile @@ -16,7 +16,7 @@ CFLAGS = $(OPTFLAGS) .s.o: $(CC) -c $(CFLAGS) -o $@ $< -libMP3.a: .depend $(OBJS) +libMP3.a: $(OBJS) $(AR) r libMP3.a $(OBJS) test1: libMP3.a test.c @@ -34,9 +34,8 @@ distclean: rm -f *~ *.o *.a Makefile.bak .depend dep: depend -depend: .depend -.depend: Makefile config.mak ../config.mak ../config.h +depend: $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend # -- cgit v1.2.3