diff --git a/src/Makefile.global.in b/src/Makefile.global.in index be22885f400c4830d0e8f0e8207a92e8d1ac5a09..1e5374683fadef534209886015a2e4d37b1a32fb 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -456,6 +456,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) + ########################################################################## #