Code cleanup

This commit is contained in:
Pierre Pronchery 2014-11-05 22:11:58 +01:00
parent 373af903a8
commit 0a9c9c687d

View File

@ -1151,7 +1151,7 @@ static int _target_library(Configure * configure, FILE * fp,
fprintf(fp, "%s%s", " -Wl,-soname,", soname);
else if((p = config_get(configure->config, target, "install")) != NULL)
fprintf(fp, "%s%s%s%s%s", " -install_name ", p, "/", target,
configure_get_soext(configure));
soext);
fprintf(fp, "%s%s%s%s%s", " $(", target, "_OBJS) $(", target,
"_LDFLAGS)");
if(q != NULL)