diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-11-20 14:39:44 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-11-20 14:39:44 +0100 |
commit | ba85b34c62bfbd2067edf9918832309c441b2389 (patch) | |
tree | 3f53fc7ccd199689379c7fa30512b9e3c09d3193 /Makefile | |
parent | 20f6194d4f8b132730a71979c307233e4520f3ee (diff) | |
download | vdr-ba85b34c62bfbd2067edf9918832309c441b2389.tar.gz vdr-ba85b34c62bfbd2067edf9918832309c441b2389.tar.bz2 |
Fixed some typos in the Makefile's 'font' target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 1.70 2004/11/19 15:43:27 kls Exp $ +# $Id: Makefile 1.71 2004/11/20 14:38:29 kls Exp $ .DELETE_ON_ERROR: @@ -80,9 +80,9 @@ all: vdr font: genfontfile\ fontfix.c fontosd.c fontsml.c\ fontfix-iso8859-2.c fontosd-iso8859-2.c fontsml-iso8859-2.c\ - fontfix_iso8859-5.c fontosd_iso8859-5.c fontsml_iso8859-5.c\ - fontfix_iso8859-7.c fontosd_iso8859-7.c fontsml_iso8859-7.c\ - fontfix_iso8859-15.c fontosd_iso8859-15.c fontsml_iso8859-15.c + fontfix-iso8859-5.c fontosd-iso8859-5.c fontsml-iso8859-5.c\ + fontfix-iso8859-7.c fontosd-iso8859-7.c fontsml-iso8859-7.c\ + fontfix-iso8859-15.c fontosd-iso8859-15.c fontsml-iso8859-15.c @echo "font files created." # Implicit rules: |