mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 18:32:53 -04:00
Fix typo in Makefile.
This commit is contained in:
parent
f5dff44736
commit
17f9913922
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ NAME=int_aggregate
|
|||
SONAME = $(NAME)$(DLSUFFIX)
|
||||
MODULES = int_aggregate
|
||||
DATA_built = int_aggregate.so
|
||||
DOCS = README.int_aggrigate
|
||||
DOCS = README.int_aggregate
|
||||
SQLS=int_aggregate.sql
|
||||
|
||||
include $(top_srcdir)/contrib/contrib-global.mk
|
||||
|
|
|
|||
Loading…
Reference in a new issue