From: Greg Hudson Date: Thu, 6 Sep 2012 16:42:04 +0000 (-0400) Subject: Define SED in util/verto/Makefile.in X-Git-Tag: krb5-1.11-alpha1~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17aaa7d19c64c5804a71e5ac021f0f8ded2e44ba;p=thirdparty%2Fkrb5.git 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. --- 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=