Skip to content

Commit 5490c72

Browse files
committed
make install failed in VPATH build.
1 parent a34f313 commit 5490c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pl/tcl/modules/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/src/pl/tcl/modules/Makefile,v 1.1 2001/05/11 23:38:06 petere Exp $
1+
# $Header: /cvsroot/pgsql/src/pl/tcl/modules/Makefile,v 1.2 2002/01/08 23:40:02 tgl Exp $
22

33
subdir = src/pl/tcl/modules
44
top_builddir = ../../../..
@@ -16,7 +16,7 @@ install: all installdirs
1616
$(INSTALL_SCRIPT) pltcl_loadmod $(DESTDIR)$(bindir)/pltcl_loadmod
1717
$(INSTALL_SCRIPT) pltcl_delmod $(DESTDIR)$(bindir)/pltcl_delmod
1818
$(INSTALL_SCRIPT) pltcl_listmod $(DESTDIR)$(bindir)/pltcl_listmod
19-
$(INSTALL_DATA) unknown.pltcl $(DESTDIR)$(datadir)/unknown.pltcl
19+
$(INSTALL_DATA) $(srcdir)/unknown.pltcl $(DESTDIR)$(datadir)/unknown.pltcl
2020

2121
installdirs:
2222
$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(datadir)

0 commit comments

Comments
 (0)