File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# Makefile for backend/catalog
4
4
#
5
- # $Header: /cvsroot/pgsql/src/backend/catalog/Makefile,v 1.43 2002/12/14 00:24:24 petere Exp $
5
+ # $Header: /cvsroot/pgsql/src/backend/catalog/Makefile,v 1.44 2003/01/13 20:37:18 tgl Exp $
6
6
#
7
7
# -------------------------------------------------------------------------
8
8
@@ -45,7 +45,7 @@ postgres.bki postgres.description: genbki.sh $(POSTGRES_BKI_SRCS) \
45
45
install-data : $(BKIFILES ) installdirs
46
46
$(INSTALL_DATA ) postgres.bki $(DESTDIR )$(datadir ) /postgres.bki
47
47
$(INSTALL_DATA ) postgres.description $(DESTDIR )$(datadir ) /postgres.description
48
- $(INSTALL_DATA ) information_schema.sql $(DESTDIR )$(datadir ) /information_schema.sql
48
+ $(INSTALL_DATA ) $( srcdir ) / information_schema.sql $(DESTDIR )$(datadir ) /information_schema.sql
49
49
50
50
installdirs :
51
51
$(mkinstalldirs ) $(DESTDIR )$(datadir )
You can’t perform that action at this time.
0 commit comments