Using the new function to output variables
This commit is contained in:
parent
2b16735b7a
commit
713b2c67e7
@ -662,7 +662,7 @@ static int _variables_includes(Configure * configure, FILE * fp)
|
|||||||
if(fp == NULL)
|
if(fp == NULL)
|
||||||
return 0;
|
return 0;
|
||||||
if(configure->prefs->includedir[0] == '/')
|
if(configure->prefs->includedir[0] == '/')
|
||||||
fprintf(fp, "%s%s\n", "INCLUDEDIR= ",
|
_makefile_output_variable(fp, "INCLUDEDIR",
|
||||||
configure->prefs->includedir);
|
configure->prefs->includedir);
|
||||||
else
|
else
|
||||||
fprintf(fp, "%s%s\n", "INCLUDEDIR= $(PREFIX)/",
|
fprintf(fp, "%s%s\n", "INCLUDEDIR= $(PREFIX)/",
|
||||||
|
Loading…
Reference in New Issue
Block a user