From: Andrew Dunstan Date: Sun, 13 Jan 2019 21:43:14 +0000 (-0500) Subject: fix typo X-Git-Tag: REL9_5_16~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddab11a887a4622258bea7fd1621da2024b423f1;p=thirdparty%2Fpostgresql.git fix typo --- 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)