vdr/nvram-wakeup Makefile

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Wed, 07 Jul 2004 12:14:29 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup
In directory haydn:/tmp/cvs-serv28769/vdr/nvram-wakeup

Modified Files:
	Makefile 
Log Message:
re-add upstream-version

Index: Makefile
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/nvram-wakeup/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	7 Jul 2004 12:13:24 -0000	1.2
+++ Makefile	7 Jul 2004 12:14:27 -0000	1.3
@@ -32,7 +32,7 @@
 
 CC = gcc
 DEFS = -D_GNU_SOURCE
-CFLAGS = -O2 -Wall -Wstrict-prototypes -g -pedantic $(DEFS)
+CFLAGS = -O2 -Wall -Wstrict-prototypes -g -mcpu=i686 -pedantic $(DEFS)
 INSTALL = install
 INSTALL_STRIP = $(INSTALL) -s