|
4 | 4 | # |
5 | 5 | # Copyright (c) 1994, Regents of the University of California |
6 | 6 | # |
7 | | -# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.92 2003/01/07 15:12:17 momjian Exp $ |
| 7 | +# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.93 2003/01/26 01:19:22 momjian Exp $ |
8 | 8 | # |
9 | 9 | #------------------------------------------------------------------------- |
10 | 10 |
|
@@ -132,14 +132,7 @@ ifeq ($(MAKE_DLL), true) |
132 | 132 | endif |
133 | 133 | endif |
134 | 134 | $(MAKE) -C catalog install-data |
135 | | -ifdefHAVE_IPV6 |
136 | 135 | $(INSTALL_DATA) $(srcdir)/libpq/pg_hba.conf.sample $(DESTDIR)$(datadir)/pg_hba.conf.sample |
137 | | -else |
138 | | -grep -v '^host.*::1.*ffff:ffff:ffff:ffff:ffff:ffff' \ |
139 | | -$(srcdir)/libpq/pg_hba.conf.sample \ |
140 | | -> $(srcdir)/libpq/pg_hba.conf.sample.no_ipv6 |
141 | | -$(INSTALL_DATA) $(srcdir)/libpq/pg_hba.conf.sample.no_ipv6 $(DESTDIR)$(datadir)/pg_hba.conf.sample |
142 | | -endif |
143 | 136 | $(INSTALL_DATA) $(srcdir)/libpq/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service.conf.sample |
144 | 137 | $(INSTALL_DATA) $(srcdir)/libpq/pg_ident.conf.sample $(DESTDIR)$(datadir)/pg_ident.conf.sample |
145 | 138 | $(INSTALL_DATA) $(srcdir)/utils/misc/postgresql.conf.sample $(DESTDIR)$(datadir)/postgresql.conf.sample |
@@ -191,9 +184,6 @@ clean: |
191 | 184 | rm -f postgres$(X)$(POSTGRES_IMP)\ |
192 | 185 | $(top_srcdir)/src/include/parser/parse.h\ |
193 | 186 | $(top_builddir)/src/include/utils/fmgroids.h |
194 | | -ifndefHAVE_IPV6 |
195 | | -rm -f $(srcdir)/libpq/pg_hba.conf.sample.no_ipv6 |
196 | | -endif |
197 | 187 | ifeq ($(PORTNAME), win) |
198 | 188 | rm -f postgres.dll postgres.def libpostgres.a |
199 | 189 | endif |
|