From 17aaa7d19c64c5804a71e5ac021f0f8ded2e44ba Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 6 Sep 2012 12:42:04 -0400 Subject: 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 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/util/verto/Makefile.in b/src/util/verto/Makefile.in index ff1bd1af7..466044e2d 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= -- cgit