diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2019-01-13 16:43:14 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2019-01-13 16:44:24 -0500 |
commit | ddab11a887a4622258bea7fd1621da2024b423f1 (patch) | |
tree | 02c6a9c2d76f9813ca7a0bcf1054d82007970a03 /src | |
parent | 00b17bd3871ddd31b1ff6b8717a67b3343ffe9d6 (diff) | |
download | postgresql-ddab11a887a4622258bea7fd1621da2024b423f1.tar.gz postgresql-ddab11a887a4622258bea7fd1621da2024b423f1.zip |
fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |