From: robertc <> Date: Mon, 22 Jul 2002 06:38:14 +0000 (+0000) Subject: Remove trailing backslash before blank line (some make's continue skip over the blank... X-Git-Tag: SQUID_3_0_PRE1~872 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55d54bd419e002a1ab3243f729330d568a690d52;p=thirdparty%2Fsquid.git Remove trailing backslash before blank line (some make's continue skip over the blank lines to the first non-blank) --- diff --git a/helpers/external_acl/ip_user/Makefile.am b/helpers/external_acl/ip_user/Makefile.am index 9fbc27793f..e378bc7f14 100644 --- a/helpers/external_acl/ip_user/Makefile.am +++ b/helpers/external_acl/ip_user/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the ip_user external_acl helper by Rodrigo Campos # -# $Id: Makefile.am,v 1.1 2002/07/06 12:23:13 hno Exp $ +# $Id: Makefile.am,v 1.2 2002/07/22 00:38:14 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -22,7 +22,7 @@ EXTRA_DIST = \ license \ README -# sysconf_DATA = \ +# sysconf_DATA = LDADD = @XTRA_LIBS@