pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files shut up another escaping wa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f08820029043
branches:  trunk
changeset: 464396:f08820029043
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Dec 08 15:28:54 2003 +0000

description:
shut up another escaping warning from gawk.

diffstat:

 pkgtools/libnbcompat/files/Makefile.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 83c31a411832 -r f08820029043 pkgtools/libnbcompat/files/Makefile.in
--- a/pkgtools/libnbcompat/files/Makefile.in    Mon Dec 08 14:56:00 2003 +0000
+++ b/pkgtools/libnbcompat/files/Makefile.in    Mon Dec 08 15:28:54 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.20 2003/09/14 14:41:23 grant Exp $
+# $NetBSD: Makefile.in,v 1.21 2003/12/08 15:28:54 grant Exp $
 #
 
 srcdir=                @srcdir@
@@ -52,7 +52,7 @@
                /^\#[   ]*define[       ]+/ {                           \
                        if (process == 1) {                             \
                                guard = $$0;                            \
-                               sub("^\#[       ]*define[       ]+", "", guard); \
+                               sub("^#[        ]*define[       ]+", "", guard); \
                                sub("[  ]+.*", "", guard);              \
                                print "#ifndef " guard;                 \
                                print $$0;                              \



Home | Main Index | Thread Index | Old Index