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:05 -0500 |
commit | b3a5f01b75f765e0958118acb9f054d3dca3b23c (patch) | |
tree | 78cd0a2ad83439947b40b9d9efd23b9233d196ac /src | |
parent | d68d670027469d61f5f0e51e9623e987b6605be8 (diff) | |
download | postgresql-b3a5f01b75f765e0958118acb9f054d3dca3b23c.tar.gz postgresql-b3a5f01b75f765e0958118acb9f054d3dca3b23c.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 d27cfc0ff7f..227c93174e2 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -483,7 +483,7 @@ endif # Show the DLSUFFIX to build scripts (e.g. buildfarm) .PHONY: show_dl_suffix -show_dl_suffix +show_dl_suffix: @echo $(DLSUFFIX) |