File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 $
2
2
3
3
subdir = src/pl/tcl/modules
4
4
top_builddir = ../../../..
@@ -16,7 +16,7 @@ install: all installdirs
16
16
$(INSTALL_SCRIPT ) pltcl_loadmod $(DESTDIR )$(bindir ) /pltcl_loadmod
17
17
$(INSTALL_SCRIPT ) pltcl_delmod $(DESTDIR )$(bindir ) /pltcl_delmod
18
18
$(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
20
20
21
21
installdirs :
22
22
$(mkinstalldirs ) $(DESTDIR )$(bindir ) $(DESTDIR )$(datadir )
You can’t perform that action at this time.
0 commit comments