X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=638f947ac5cbfbd10a7a73babd3fc50b5b8847ac;hp=7e498dfbdb5a5d8bfd9abc6f18321a1968769525;hb=419bc1ce80a39145feb85f4beb5ed7e5b05a4a1c;hpb=14ca00a0b073cb82503a8f1cdeb6e00f963d1744 diff --git a/GNUmakefile.in b/GNUmakefile.in index 7e498dfb..638f947a 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.150 2006/10/25 11:55:45 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.151 2006/11/30 01:08:55 hal9 Exp $ # # Written by and Copyright (C) 2001 - 2004 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -246,7 +246,7 @@ OTHER_CFLAGS = CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall \ @STATIC_PCRE_ONLY@ -Ipcre -LDFLAGS = $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS) +LDFLAGS = @LDFLAGS@ $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS) ############################################################################# @@ -1355,6 +1355,9 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.151 2006/11/30 01:08:55 hal9 +# Fix problem with variable declarations in the Slackware section. Thanks to higuita. +# # Revision 1.150 2006/10/25 11:55:45 fabiankeil # Fix sed regexes for rewriting "confdir ." and "logdir .". # Thanks to Darel Henman for reporting this.