Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1e9f85b

Browse files
committed
Fix information_schema.sql install to work when building outside
source tree.
1 parent 56e1aab commit 1e9f85b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/catalog/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Makefile for backend/catalog
44
#
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 $
66
#
77
#-------------------------------------------------------------------------
88

@@ -45,7 +45,7 @@ postgres.bki postgres.description: genbki.sh $(POSTGRES_BKI_SRCS) \
4545
install-data: $(BKIFILES) installdirs
4646
$(INSTALL_DATA) postgres.bki $(DESTDIR)$(datadir)/postgres.bki
4747
$(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
4949

5050
installdirs:
5151
$(mkinstalldirs) $(DESTDIR)$(datadir)

0 commit comments

Comments
 (0)