aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-01-08 23:40:02 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-01-08 23:40:02 +0000
commit5490c72a643e6387c656ad86a2f7d3451daee5e4 (patch)
tree2f251f50d0789827964517bbc0efb84038cc4cb6
parenta34f313223dab655acaa3721912dde0ed5cdea9e (diff)
downloadpostgresql-5490c72a643e6387c656ad86a2f7d3451daee5e4.tar.gz
postgresql-5490c72a643e6387c656ad86a2f7d3451daee5e4.zip
make install failed in VPATH build.
-rw-r--r--src/pl/tcl/modules/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/tcl/modules/Makefile b/src/pl/tcl/modules/Makefile
index 08253c3e8fd..a4625c01959 100644
--- a/src/pl/tcl/modules/Makefile
+++ b/src/pl/tcl/modules/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/src/pl/tcl/modules/Makefile,v 1.1 2001/05/11 23:38:06 petere Exp $
+# $Header: /cvsroot/pgsql/src/pl/tcl/modules/Makefile,v 1.2 2002/01/08 23:40:02 tgl Exp $
subdir = src/pl/tcl/modules
top_builddir = ../../../..
@@ -16,7 +16,7 @@ install: all installdirs
$(INSTALL_SCRIPT) pltcl_loadmod $(DESTDIR)$(bindir)/pltcl_loadmod
$(INSTALL_SCRIPT) pltcl_delmod $(DESTDIR)$(bindir)/pltcl_delmod
$(INSTALL_SCRIPT) pltcl_listmod $(DESTDIR)$(bindir)/pltcl_listmod
- $(INSTALL_DATA) unknown.pltcl $(DESTDIR)$(datadir)/unknown.pltcl
+ $(INSTALL_DATA) $(srcdir)/unknown.pltcl $(DESTDIR)$(datadir)/unknown.pltcl
installdirs:
$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(datadir)