Commit 17f99139 authored by Bruce Momjian's avatar Bruce Momjian

Fix typo in Makefile.

parent f5dff447
...@@ -11,7 +11,7 @@ NAME=int_aggregate ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment