summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2002-01-08 23:40:02 +0000
committerTom Lane2002-01-08 23:40:02 +0000
commitdab0fbd217721a99d8d1102666278ae32f327c1f (patch)
tree3608bf6938f21f3bc016dbb4d1b160759ad9ccb7
parent2190e09e077bffdbe53fc3909e73cb913bcccdfb (diff)
make install failed in VPATH build.
-rw-r--r--src/pl/tcl/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/tcl/modules/Makefile b/src/pl/tcl/modules/Makefile
index 149fd9bfc3..f1c44f2eb8 100644
--- a/src/pl/tcl/modules/Makefile
+++ b/src/pl/tcl/modules/Makefile
@@ -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)