From: Graeme Gregory Date: Mon, 20 Mar 2006 11:14:51 +0000 (+0000) Subject: packages/vnc/tightvnc/Makefile : remove commented out debug stuff I forgot X-Git-Tag: Release-2010-05/1~9453^2~2203^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4bcf43241668afeefcb75f4d071b7f399b3fab2;p=openembedded.git packages/vnc/tightvnc/Makefile : remove commented out debug stuff I forgot to remove when first submitting. --- diff --git a/packages/vnc/tightvnc/Makefile b/packages/vnc/tightvnc/Makefile index 0367fbc702..a684e9c987 100644 --- a/packages/vnc/tightvnc/Makefile +++ b/packages/vnc/tightvnc/Makefile @@ -18,6 +18,5 @@ vncviewer.c \ ../libvncauth/d3des.c tightvncviewer : $(SOURCES) - #/home/dp/zaurus/build-gcc/tmp/cross/bin/arm-linux-gcc -I../include -I/home/dp/zaurus/build-gcc/tmp/staging/arm-linux/include/ -I. -L/home/dp/zaurus/build-gcc/tmp/staging/arm-linux/lib/ -lX11 -lXaw -o vncviewer $(SOURCES) $(CC) $(CFLAGS) $(LDFLAGS) -I. -I../include -I../libvncauth/ -lX11 -lXaw -ljpeg -lz -o tightvncviewer $(SOURCES)