From 682c5f7c6e20af34bc826762458002fcf692e5f9 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 20 Mar 1998 16:50:08 +0000 Subject: Renamed the generated include file keys.tries to keys.tries.h so that it can be put in SRCS for dependency generation to work properly. Don't use beforedepend, as usual. --- lib/libncurses/lib_options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libncurses/lib_options.c') diff --git a/lib/libncurses/lib_options.c b/lib/libncurses/lib_options.c index 7aefe960d6c6b..df2449bbce8d8 100644 --- a/lib/libncurses/lib_options.c +++ b/lib/libncurses/lib_options.c @@ -147,9 +147,9 @@ static struct try *newtry; static void init_keytry() { - newtry = NULL; + newtry = NULL; -#include "keys.tries" +#include "keys.tries.h" SP->_keytry = newtry; } -- cgit v1.2.3