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