projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5dff44
)
Fix typo in Makefile.
author
Bruce Momjian
<bruce@momjian.us>
Mon, 25 Feb 2002 04:08:03 +0000
(
04:08
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 25 Feb 2002 04:08:03 +0000
(
04:08
+0000)
contrib/intagg/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/intagg/Makefile
b/contrib/intagg/Makefile
index 66901cf539196f92f9a085db2a307827ddee6530..ae15d5a35993b8126121b9b7d99fcf8f4bc0e81b 100644
(file)
--- 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_aggr
i
gate
+DOCS = README.int_aggr
e
gate
SQLS=int_aggregate.sql
include $(top_srcdir)/contrib/contrib-global.mk