From bb54a897b2df57f08e1e7544662a55a73ad99341 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 1 Dec 2014 00:31:52 +0100 Subject: [PATCH] Code cleanup --- src/makefile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/makefile.c b/src/makefile.c index ce0ad74..ad1ee89 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -1701,7 +1701,8 @@ static int _clean_targets(Config * config, FILE * fp) && (p = config_get(config, targets, "script")) != NULL) { - if((prefix = config_get(config, targets, "prefix")) == NULL) + if((prefix = config_get(config, targets, "prefix")) + == NULL) prefix = "$(PREFIX)"; fprintf(fp, "\t%s%s%s%s%s%s\n", p, " -c -P \"", prefix, "\" -- \"", targets, "\"");