|
From: <lin...@us...> - 2002-07-06 09:04:24
|
Update of /cvsroot/dvbtools/dvbstream In directory usw-pr-cvs1:/tmp/cvs-serv26859 Modified Files: Makefile Log Message: added dvb_defaults.h dependency Index: Makefile =================================================================== RCS file: /cvsroot/dvbtools/dvbstream/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 27 Jun 2002 19:33:28 -0000 1.2 --- Makefile 6 Jul 2002 09:04:22 -0000 1.3 *************** *** 30,34 **** $(CC) $(INCS) $(CFLAGS) -c -o rtp.o rtp.c ! tune.o: tune.c tune.h $(CC) $(INCS) $(CFLAGS) -c -o tune.o tune.c --- 30,34 ---- $(CC) $(INCS) $(CFLAGS) -c -o rtp.o rtp.c ! tune.o: tune.c tune.h dvb_defaults.h $(CC) $(INCS) $(CFLAGS) -c -o tune.o tune.c |