[Mplayer-cvslog] CVS: main/mp3lib Makefile,1.6,1.7
GEREOFFY
arpi_esp at users.sourceforge.net
Mon Jun 4 21:33:30 CEST 2001
Update of /cvsroot/mplayer/main/mp3lib
In directory usw-pr-cvs1:/tmp/cvs-serv9861/mp3lib
Modified Files:
Makefile
Log Message:
dependency stuff fixed
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** Makefile 2001/05/24 21:09:13 1.6
--- Makefile 2001/06/04 19:33:28 1.7
***************
*** 17,21 ****
$(CC) -c $(CFLAGS) -o $@ $<
! libMP3.a: .depend $(OBJS)
$(AR) r libMP3.a $(OBJS)
--- 17,21 ----
$(CC) -c $(CFLAGS) -o $@ $<
! libMP3.a: $(OBJS)
$(AR) r libMP3.a $(OBJS)
***************
*** 35,41 ****
dep: depend
- depend: .depend
! .depend: Makefile config.mak ../config.mak ../config.h
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
--- 35,40 ----
dep: depend
! depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list