mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
Fix typo in Makefile.
This commit is contained in:
@ -11,7 +11,7 @@ NAME=int_aggregate
|
|||||||
SONAME = $(NAME)$(DLSUFFIX)
|
SONAME = $(NAME)$(DLSUFFIX)
|
||||||
MODULES = int_aggregate
|
MODULES = int_aggregate
|
||||||
DATA_built = int_aggregate.so
|
DATA_built = int_aggregate.so
|
||||||
DOCS = README.int_aggrigate
|
DOCS = README.int_aggregate
|
||||||
SQLS=int_aggregate.sql
|
SQLS=int_aggregate.sql
|
||||||
|
|
||||||
include $(top_srcdir)/contrib/contrib-global.mk
|
include $(top_srcdir)/contrib/contrib-global.mk
|
||||||
|
Reference in New Issue
Block a user