diff options
-rw-r--r-- | src/Makefile.global.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 3902d16d98a..3ba65f6764e 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -474,6 +474,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) + ########################################################################## # |