summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-09-06 12:42:04 -0400
committerGreg Hudson <ghudson@mit.edu>2012-09-06 12:42:04 -0400
commit17aaa7d19c64c5804a71e5ac021f0f8ded2e44ba (patch)
tree72691be3b7072488bc24b97d92782a90d99ffc7b /src
parentd8846c9de75cd7bdc2038d04fabf7be3551656ce (diff)
downloadkrb5-17aaa7d19c64c5804a71e5ac021f0f8ded2e44ba.tar.gz
krb5-17aaa7d19c64c5804a71e5ac021f0f8ded2e44ba.tar.xz
krb5-17aaa7d19c64c5804a71e5ac021f0f8ded2e44ba.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/util/verto/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/verto/Makefile.in b/src/util/verto/Makefile.in
index ff1bd1af71..466044e2df 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=