summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/lib_options.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-20 16:50:08 +0000
committerbde <bde@FreeBSD.org>1998-03-20 16:50:08 +0000
commit44d8612890e82dfa6061e6d64f386946ca6c7f46 (patch)
tree3433ab13dfbc7070a9578db21663039a4921091e /lib/libncurses/lib_options.c
parente0eeac5f43e36aeff5c3f847f5c901b68a7ca6d9 (diff)
downloadFreeBSD-src-44d8612890e82dfa6061e6d64f386946ca6c7f46.zip
FreeBSD-src-44d8612890e82dfa6061e6d64f386946ca6c7f46.tar.gz
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.
Diffstat (limited to 'lib/libncurses/lib_options.c')
-rw-r--r--lib/libncurses/lib_options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/lib_options.c b/lib/libncurses/lib_options.c
index 7aefe96..df2449b 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;
}
OpenPOWER on IntegriCloud