diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 9e8cd8e61ac..bf90a6efe8f 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -396,6 +396,11 @@ ifeq ($(enable_rpath), yes) LDFLAGS += $(rpath) endif +# Show the DLSUFFIX to build scripts (e.g. buildfarm) +.PHONY: show_dl_suffix +show_dl_suffix: + @echo $(DLSUFFIX) + ########################################################################## #