From 0a9c9c687dfc8b42ac8059c75dfa5788bbf61c19 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 5 Nov 2014 22:11:58 +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 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)