From: Andrew Dunstan Date: Sun, 13 Jan 2019 21:43:14 +0000 (-0500) Subject: fix typo X-Git-Tag: REL_10_7~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3a5f01b75f765e0958118acb9f054d3dca3b23c;p=postgresql fix typo --- diff --git a/src/Makefile.global.in b/src/Makefile.global.in index d27cfc0ff7..227c93174e 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)