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:44:24 -0500
commitddab11a887a4622258bea7fd1621da2024b423f1 (patch)
tree02c6a9c2d76f9813ca7a0bcf1054d82007970a03
parent00b17bd3871ddd31b1ff6b8717a67b3343ffe9d6 (diff)
downloadpostgresql-ddab11a887a4622258bea7fd1621da2024b423f1.tar.gz
postgresql-ddab11a887a4622258bea7fd1621da2024b423f1.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 3ba65f6764e..6e943ebae25 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -476,7 +476,7 @@ endif
# Show the DLSUFFIX to build scripts (e.g. buildfarm)
.PHONY: show_dl_suffix
-show_dl_suffix
+show_dl_suffix:
@echo $(DLSUFFIX)