From f5ba74891b6eca95ff138eedbdd2c0a153ce1c6a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 12 Nov 2014 00:43:57 +0100 Subject: [PATCH] Code cleanup --- src/makefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.c b/src/makefile.c index e2d4614..388fedf 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -2284,7 +2284,7 @@ static int _uninstall_target(Configure * configure, FILE * fp, String const * exeext; String const * soext; TargetType tt; - const String * rm_destdir = "$(RM) -- $(DESTDIR)"; + const String rm_destdir[] = "$(RM) -- $(DESTDIR)"; if((type = config_get(configure->config, target, "type")) == NULL) return 1;