mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
Fix typo in Makefile.
This commit is contained in:
parent
f5dff44736
commit
17f9913922
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user