View | Details | Raw Unified | Return to bug 35093
Collapse All | Expand All

(-)radare2-2.6.0/libr/config.mk.tail (-1 / +1 lines)
Lines 202-208 Link Here
202
libname-version = $(1).$(2)
202
libname-version = $(1).$(2)
203
endif
203
endif
204
204
205
libpath-to-name = $(word 2,$(subst /, ,$(1)))
205
libpath-to-name = $(if $(findstring /,$(1)),$(word 2,$(subst /, ,$(1))),$(1))
206
libpath-to-name-version = $(call libname-version,$(call libpath-to-name,$(1)),$(2))
206
libpath-to-name-version = $(call libname-version,$(call libpath-to-name,$(1)),$(2))
207
207
208
# -- singleton
208
# -- singleton

Return to bug 35093