From: Andrew Dunstan Date: Sun, 13 Jan 2019 21:43:14 +0000 (-0500) Subject: fix typo X-Git-Tag: REL9_6_12~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0f9fade3591796c1c47523bdc010b1867ef74d7;p=postgresql fix typo --- diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 79163036b4..3a41b798c6 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -474,7 +474,7 @@ endif # Show the DLSUFFIX to build scripts (e.g. buildfarm) .PHONY: show_dl_suffix -show_dl_suffix +show_dl_suffix: @echo $(DLSUFFIX)