]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Define SED in util/verto/Makefile.in
authorGreg Hudson <ghudson@mit.edu>
Thu, 6 Sep 2012 16:42:04 +0000 (12:42 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 6 Sep 2012 16:42:04 +0000 (12:42 -0400)
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

index ff1bd1af71aa713ec2bc44102f692b75f3a47ca9..466044e2df6f8778f7062c05c85a0babaebefacd 100644 (file)
@@ -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=