From 55d54bd419e002a1ab3243f729330d568a690d52 Mon Sep 17 00:00:00 2001 From: robertc <> Date: Mon, 22 Jul 2002 06:38:14 +0000 Subject: [PATCH] Remove trailing backslash before blank line (some make's continue skip over the blank lines to the first non-blank) --- helpers/external_acl/ip_user/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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@ -- 2.47.3