aboutsummaryrefslogtreecommitdiff
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:43:14 -0500
commitd9cdb1ba9e66039d0f4c037a7ae6e2839e9652d6 (patch)
tree5518f8b06a186e26c42f54566c6ce39d2c859477
parentb40cb99b855563ab8dc878b5bc1b22a6735a57b6 (diff)
downloadpostgresql-d9cdb1ba9e66039d0f4c037a7ae6e2839e9652d6.tar.gz
postgresql-d9cdb1ba9e66039d0f4c037a7ae6e2839e9652d6.zip
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 1e51d2ef2ad..68528530417 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -525,7 +525,7 @@ endif
# Show the DLSUFFIX to build scripts (e.g. buildfarm)
.PHONY: show_dl_suffix
-show_dl_suffix
+show_dl_suffix:
@echo $(DLSUFFIX)