mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
fix typo
This commit is contained in:
parent
b40cb99b85
commit
d9cdb1ba9e
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ endif
|
||||||
|
|
||||||
# Show the DLSUFFIX to build scripts (e.g. buildfarm)
|
# Show the DLSUFFIX to build scripts (e.g. buildfarm)
|
||||||
.PHONY: show_dl_suffix
|
.PHONY: show_dl_suffix
|
||||||
show_dl_suffix
|
show_dl_suffix:
|
||||||
@echo $(DLSUFFIX)
|
@echo $(DLSUFFIX)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue