Code cleanup
This commit is contained in:
parent
b603113261
commit
f5ba74891b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user