diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-25 04:08:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-25 04:08:03 +0000 |
commit | 17f9913922ea0e06beae42d67ec47286a2b198b0 (patch) | |
tree | e92cb7b617bdb527c46822ddab0c921667c38f1c | |
parent | f5dff44736911b10c83d2717ca53ad90dd967758 (diff) | |
download | postgresql-17f9913922ea0e06beae42d67ec47286a2b198b0.tar.gz postgresql-17f9913922ea0e06beae42d67ec47286a2b198b0.zip |
Fix typo in Makefile.
-rw-r--r-- | contrib/intagg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/intagg/Makefile b/contrib/intagg/Makefile index 66901cf5391..ae15d5a3599 100644 --- a/contrib/intagg/Makefile +++ b/contrib/intagg/Makefile @@ -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 |