[26995] in CVS-changelog-for-Kerberos-V5
krb5 commit: Define SED in util/verto/Makefile.in
daemon@ATHENA.MIT.EDU (Greg Hudson)
Thu Sep 6 12:42:41 2012
Date: Thu, 6 Sep 2012 12:42:37 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201209061642.q86GgbLN029541@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/17aaa7d19c64c5804a71e5ac021f0f8ded2e44ba
commit 17aaa7d19c64c5804a71e5ac021f0f8ded2e44ba
Author: Greg Hudson <ghudson@mit.edu>
Date: Thu Sep 6 12:42:04 2012 -0400
Define SED in util/verto/Makefile.in
When the rules from util/k5ev/Makefile.in were moved to
util/verto/Makefile.in, the rule to make rename.h was broken on
non-gmake makes because the definition of SED wasn't carried over.
Define it now.
src/util/verto/Makefile.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/util/verto/Makefile.in b/src/util/verto/Makefile.in
index ff1bd1a..466044e 100644
--- a/src/util/verto/Makefile.in
+++ b/src/util/verto/Makefile.in
@@ -8,6 +8,7 @@ LIBMINOR=0
LOCALINCLUDES=-I$(srcdir) -I.
DEFINES=-DDEFAULT_LIBRARY=\"k5ev\" -DBUILTIN_MODULE=k5ev
+SED=sed
# Turn off extra warnings since we're not going to clean up libverto's code.
WARN_CFLAGS=
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5