From 713b2c67e7edbc6c9c50878630ceb11bf970cf0c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 16 Sep 2011 11:06:55 +0000 Subject: [PATCH] Using the new function to output variables --- src/makefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.c b/src/makefile.c index 26cf212..cb776b1 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -662,7 +662,7 @@ static int _variables_includes(Configure * configure, FILE * fp) if(fp == NULL) return 0; if(configure->prefs->includedir[0] == '/') - fprintf(fp, "%s%s\n", "INCLUDEDIR= ", + _makefile_output_variable(fp, "INCLUDEDIR", configure->prefs->includedir); else fprintf(fp, "%s%s\n", "INCLUDEDIR= $(PREFIX)/",