[Mplayer-cvslog] CVS: main/libac3 Makefile,1.7,1.8
GEREOFFY
arpi_esp at users.sourceforge.net
Mon Jun 4 21:33:30 CEST 2001
Update of /cvsroot/mplayer/main/libac3
In directory usw-pr-cvs1:/tmp/cvs-serv9861/libac3
Modified Files:
Makefile
Log Message:
dependency stuff fixed
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libac3/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** Makefile 2001/05/31 18:13:05 1.7
--- Makefile 2001/06/04 19:33:28 1.8
***************
*** 18,22 ****
$(CC) -c $(CFLAGS) -o $@ $<
! $(LIBNAME): .depend $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
--- 18,22 ----
$(CC) -c $(CFLAGS) -o $@ $<
! $(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
***************
*** 33,39 ****
dep: depend
- depend: .depend
! .depend: Makefile config.mak ../config.mak ../config.h
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
--- 33,38 ----
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