Home
last modified time | relevance | path

Searched refs:djdir (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dread.c2885 struct variable *djdir = lookup_variable ("DJDIR", 5); in construct_include_path() local
2887 if (djdir) in construct_include_path()
2889 char *defdir = (char *) xmalloc (strlen (djdir->value) + 8 + 1); in construct_include_path()
2891 strcat (strcpy (defdir, djdir->value), "/include"); in construct_include_path()