From f6b424a83064e15e02d8ff6200c560453ec6ddc7 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 25 Jul 2004 18:29:54 +0000 Subject: [PATCH] Add 'propolice' to the version string version_local.c sed patchup. Suggested-by: Andreas Hauser --- gnu/usr.bin/cc34/cc_prep/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/cc34/cc_prep/Makefile b/gnu/usr.bin/cc34/cc_prep/Makefile index d2b0c41a34..554ad22553 100644 --- a/gnu/usr.bin/cc34/cc_prep/Makefile +++ b/gnu/usr.bin/cc34/cc_prep/Makefile @@ -1,4 +1,4 @@ -# $DragonFly: src/gnu/usr.bin/cc34/cc_prep/Makefile,v 1.3 2004/06/20 20:59:21 joerg Exp $ +# $DragonFly: src/gnu/usr.bin/cc34/cc_prep/Makefile,v 1.4 2004/07/25 18:29:54 dillon Exp $ .include "../Makefile.inc" @@ -18,7 +18,7 @@ depend: getopt_long.c getopt.h .endif version_local.c: version.c Makefile - sed -e 's/\(const char version.*".*\) (/\1 [DragonFly] (/' < ${.ALLSRC:M*c} > ${.TARGET} + sed -e 's/\(const char version.*".*\) (/\1 [DragonFly] (propolice, /' < ${.ALLSRC:M*c} > ${.TARGET} configargs.h: Makefile echo '/* Generated automatically. */' > configargs.h -- 2.41.0