diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-01-13 12:26:43 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-01-13 12:26:43 +0100 |
commit | 7bfaab70e240461ad4e8ca25d94e24c6f56b29e1 (patch) | |
tree | bcd3131cb74254d23820c126ad19240bdd6f1e77 /Makefile | |
parent | 35343eaf47f46950012b5c4d9b3c2de1fe1d164e (diff) | |
download | vdr-7bfaab70e240461ad4e8ca25d94e24c6f56b29e1.tar.gz vdr-7bfaab70e240461ad4e8ca25d94e24c6f56b29e1.tar.bz2 |
Added a missing dependency
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 1.17 2000/12/03 15:24:20 kls Exp $ +# $Id: Makefile 1.18 2001/01/13 12:26:43 kls Exp $ DVBDIR = ../DVB @@ -37,7 +37,7 @@ font: genfontfile fontfix.c fontosd.c # Dependencies: config.o : config.c config.h dvbapi.h dvbosd.h eit.h font.h i18n.h interface.h remote.h svdrp.h thread.h tools.h -dvbapi.o : dvbapi.c config.h dvbapi.h dvbosd.h eit.h font.h interface.h remote.h svdrp.h thread.h tools.h videodir.h +dvbapi.o : dvbapi.c config.h dvbapi.h dvbosd.h eit.h font.h interface.h recording.h remote.h svdrp.h thread.h tools.h videodir.h dvbosd.o : dvbosd.c dvbosd.h font.h tools.h eit.o : eit.c config.h dvbapi.h dvbosd.h eit.h font.h thread.h tools.h videodir.h font.o : font.c font.h fontfix.c fontosd.c tools.h |