Skip to content

Commit 10ea3fb

Browse files
authored
fix duplication of name parts
1 parent bb96e46 commit 10ea3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exports/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ libgoto_hpl.def : $(GENSYM)
133133

134134
ifeq ($(OSNAME), Darwin)
135135
ifeq ($(FIXED_LIBNAME),1)
136-
INTERNALNAME = $(LIBPREFIX)$(LIBSONAMEBASE)$(LIBNAMESUFFIX).dylib
136+
INTERNALNAME = $(LIBPREFIX)$(LIBNAMESUFFIX).dylib
137137
else
138138
INTERNALNAME = $(LIBPREFIX).$(MAJOR_VERSION).dylib
139139
endif
@@ -174,7 +174,7 @@ FEXTRALIB += -lm
174174
EXTRALIB += -lm
175175
else
176176
ifeq ($(FIXED_LIBNAME),1)
177-
INTERNALNAME = $(LIBPREFIX)$(LIBSONAMEBASE)$(LIBNAMESUFFIX).so
177+
INTERNALNAME = $(LIBPREFIX)$(LIBNAMESUFFIX).so
178178
else
179179
INTERNALNAME = $(LIBPREFIX).so.$(MAJOR_VERSION)
180180
endif

0 commit comments

Comments
 (0)