From a8d078a7d5bd53858c8a4a4dd84d3ab4ed426913 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 10 Jun 2002 18:00:00 +0200 Subject: Version 1.0.4 - Added Romanian language texts (thanks to Paul Lacatus). - Removed compiler option '-m486' to make it work on non-Intel platforms (thanks to Alastair McKinstry for pointing this out). --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 62fd897..c1b1758 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 1.33 2002/04/01 12:50:48 kls Exp $ +# $Id: Makefile 1.33.1.1 2002/06/10 16:04:46 kls Exp $ .DELETE_ON_ERROR: @@ -55,7 +55,7 @@ font: genfontfile fontfix.c fontosd.c # Implicit rules: %.o: %.c - g++ -g -O2 -Wall -Woverloaded-virtual -m486 -c $(DEFINES) $(INCLUDES) $< + g++ -g -O2 -Wall -Woverloaded-virtual -c $(DEFINES) $(INCLUDES) $< # Dependencies: -- cgit v1.2.3