|
4 | 4 | #
|
5 | 5 | # Copyright (c) 1994, Regents of the University of California
|
6 | 6 | #
|
7 |
| -# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.91 2003/01/0704:25:29 momjian Exp $ |
| 7 | +# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.92 2003/01/0715:12:17 momjian Exp $ |
8 | 8 | #
|
9 | 9 | #-------------------------------------------------------------------------
|
10 | 10 |
|
|
142 | 142 | endif
|
143 | 143 | $(INSTALL_DATA) $(srcdir)/libpq/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service.conf.sample
|
144 | 144 | $(INSTALL_DATA) $(srcdir)/libpq/pg_ident.conf.sample $(DESTDIR)$(datadir)/pg_ident.conf.sample
|
145 |
| -$(INSTALL_DATA) $(srcdir)/utils/misc/postgresql.conf.sample $(DESTDIR)$(datadir)/postgresql.conf.sample |
| 145 | +$(INSTALL_DATA) $(srcdir)/utils/misc/postgresql.conf.sample $(DESTDIR)$(datadir)/postgresql.conf.sample |
146 | 146 |
|
147 | 147 | install-bin: postgres$(POSTGRES_IMP) installdirs
|
148 | 148 | $(INSTALL_PROGRAM) postgres$(X)$(DESTDIR)$(bindir)/postgres$(X)
|
|