summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan2019-01-13 21:43:14 +0000
committerAndrew Dunstan2019-01-13 21:44:17 +0000
commite0f9fade3591796c1c47523bdc010b1867ef74d7 (patch)
treec54573036e6d27cf35814ac34c7c62ebe70ef304
parent149f91fa0b473656cf1733f6e455bdaaa2eded23 (diff)
fix typo
-rw-r--r--src/Makefile.global.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 79163036b4c..3a41b798c68 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -474,7 +474,7 @@ endif
# Show the DLSUFFIX to build scripts (e.g. buildfarm)
.PHONY: show_dl_suffix
-show_dl_suffix
+show_dl_suffix:
@echo $(DLSUFFIX)