summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-04 19:33:28 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-04 19:33:28 +0000
commitc2b7070033f690b12dd1adc81209fcdeb8bb21d3 (patch)
tree8af3cb78a6e2e107508777ec24f9467e562caaab /mp3lib/Makefile
parentb2b9d98b8f35204705c67c8ae3304d7461fe6b7e (diff)
downloadmpv-c2b7070033f690b12dd1adc81209fcdeb8bb21d3.tar.bz2
mpv-c2b7070033f690b12dd1adc81209fcdeb8bb21d3.tar.xz
dependency stuff fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1011 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile5
1 files changed, 2 insertions, 3 deletions
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
#