Code cleanup

This commit is contained in:
Pierre Pronchery 2014-11-12 00:43:57 +01:00
parent b603113261
commit f5ba74891b

View File

@ -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;