summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan2019-01-13 21:43:14 +0000
committerAndrew Dunstan2019-01-13 21:44:31 +0000
commitfeea3858f0a64646ec160475a890808c072970f5 (patch)
tree220f4bede2c36d575ccd2d36e84ccb3fa3619409
parent4ef6a2c78b5e14f124edd4a5e79ef7bd7798e490 (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 1e5374683fa..ff47d5c4e7b 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -458,7 +458,7 @@ endif
# Show the DLSUFFIX to build scripts (e.g. buildfarm)
.PHONY: show_dl_suffix
-show_dl_suffix
+show_dl_suffix:
@echo $(DLSUFFIX)