X-Git-Url: http://www.privoxy.org/gitweb/contact.html?a=blobdiff_plain;f=GNUmakefile.in;h=772609fdf771a82589c1cc4705f931441a19be6f;hb=db286eee13c2afa9f761b9c5796292bae9432e26;hp=530eb16c1197f2f3cdaf04c671edfc213e70638c;hpb=3fcbfe9eea94071c6807660f4003c4fd54df17e9;p=privoxy.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 530eb16c..772609fd 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.223 2014/10/21 15:29:20 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.224 2014/10/21 15:29:34 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2013 members of the # Privoxy team. http://www.privoxy.org/ @@ -146,12 +146,6 @@ DOC_STATUS = @DOC_STATUS@ TIDY = tidy -modify -indent -wrap 78 --tidy-mark no # Program to do LF->CRLF -# -# The sed version should be the most portable, but it doesn't for for me, -# the other two do. FIXME. -# - Jon -#DOSFILTER = $(SED) -e $$'s,$$,\r,' -#DOSFILTER = gawk -v ORS='\r\n' '{print $0;}' DOSFILTER = $(PERL) -p -e 's/\n/\r\n/' CVSROOT = :pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa #TMPDIR := $(shell mktemp -d /tmp/$(PROGRAM).XXXXXX)