aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-30 12:58:45 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-30 12:58:45 +0000
commit3f5563d131b7cad95acd2df3f13b92afa4f3897e (patch)
treedfb50db2b8d59dbec5386f19825425c56eae985d
parent36546c98b5b59c2e222b938d49434514769bbb87 (diff)
downloadpostgresql-3f5563d131b7cad95acd2df3f13b92afa4f3897e.tar.gz
postgresql-3f5563d131b7cad95acd2df3f13b92afa4f3897e.zip
Playing with the earthdistance stuff, and found I needed the following
patch: Larry Rosenman
-rw-r--r--contrib/earthdistance/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/earthdistance/Makefile b/contrib/earthdistance/Makefile
index 7c754befe71..729a42cbb71 100644
--- a/contrib/earthdistance/Makefile
+++ b/contrib/earthdistance/Makefile
@@ -1,5 +1,5 @@
#
-# $Header: /cvsroot/pgsql/contrib/earthdistance/Makefile,v 1.8 2001/02/20 19:20:27 petere Exp $
+# $Header: /cvsroot/pgsql/contrib/earthdistance/Makefile,v 1.9 2001/05/30 12:58:45 momjian Exp $
#
subdir = contrib/earthdistance
@@ -15,7 +15,7 @@ override CFLAGS += $(CFLAGS_SL)
all: $(SONAME) $(NAME).sql
$(NAME).sql: $(NAME).sql.in
- sed -e 's:MODULE_PATHNAME:$(datadir)/contrib/$(SONAME):g' < $< > $@
+ sed -e 's:MODULE_PATHNAME:$(libdir)/contrib/$(SONAME):g' < $< > $@
install: all installdirs
$(INSTALL_SHLIB) $(SONAME) $(libdir)/contrib