[Mplayer-cvslog] CVS: main/loader/DirectShow 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/loader/DirectShow
In directory usw-pr-cvs1:/tmp/cvs-serv9861/loader/DirectShow
Modified Files:
Makefile
Log Message:
dependency stuff fixed
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/loader/DirectShow/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** Makefile 2001/06/03 00:31:41 1.6
--- Makefile 2001/06/04 19:33:28 1.7
***************
*** 19,23 ****
$(CC) -c $(CFLAGS) -o $@ $<
! $(LIBNAME): .depend $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
--- 19,23 ----
$(CC) -c $(CFLAGS) -o $@ $<
! $(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
***************
*** 34,40 ****
dep: depend
- depend: .depend
! .depend: Makefile ../../config.mak
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
--- 34,39 ----
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