aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2019-01-13 16:43:14 -0500
committerAndrew Dunstan <andrew@dunslane.net>2019-01-13 16:44:05 -0500
commitb3a5f01b75f765e0958118acb9f054d3dca3b23c (patch)
tree78cd0a2ad83439947b40b9d9efd23b9233d196ac /src
parentd68d670027469d61f5f0e51e9623e987b6605be8 (diff)
downloadpostgresql-b3a5f01b75f765e0958118acb9f054d3dca3b23c.tar.gz
postgresql-b3a5f01b75f765e0958118acb9f054d3dca3b23c.zip
fix typo
Diffstat (limited to 'src')
-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 d27cfc0ff7f..227c93174e2 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -483,7 +483,7 @@ endif
# Show the DLSUFFIX to build scripts (e.g. buildfarm)
.PHONY: show_dl_suffix
-show_dl_suffix
+show_dl_suffix:
@echo $(DLSUFFIX)