krb5 commit: Define SED in util/verto/Makefile.in
Greg Hudson
ghudson at MIT.EDU
Thu Sep 6 12:42:37 EDT 2012
https://github.com/krb5/krb5/commit/17aaa7d19c64c5804a71e5ac021f0f8ded2e44ba
commit 17aaa7d19c64c5804a71e5ac021f0f8ded2e44ba
Author: Greg Hudson <ghudson at 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=
More information about the cvs-krb5
mailing list