From 806f1361b3a811070f9d14c1ca96bee9198882b9 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 9 Oct 2014 19:40:51 +0200 Subject: [PATCH] Fixed calling scripts in the "clean" target --- src/makefile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/makefile.c b/src/makefile.c index 56f6140..57ee677 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -1578,6 +1578,7 @@ static int _clean_targets(Config * config, FILE * fp) i = 0; } fputc('\n', fp); + targets = q; /* let each scripted target remove the relevant object files */ for(i = 0;; i++) {