summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
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
#