diff --git a/src/makefile.c b/src/makefile.c index a357ee8..0b81fc9 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -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)