From: Andrew Dunstan Date: Sun, 13 Jan 2019 21:43:14 +0000 (-0500) Subject: fix typo X-Git-Tag: REL_11_2~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20b4ed8d03047501cc28b600973564850bd1dd80;p=thirdparty%2Fpostgresql.git fix typo --- diff --git a/src/Makefile.global.in b/src/Makefile.global.in index a52c6252b86..18a9394c8f9 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -529,7 +529,7 @@ endif # Show the DLSUFFIX to build scripts (e.g. buildfarm) .PHONY: show_dl_suffix -show_dl_suffix +show_dl_suffix: @echo $(DLSUFFIX)