44#
55# Copyright (c) 1994, Regents of the University of California
66#
7- # $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.84 2002/08/10 17:59:28 petere Exp $
7+ # $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.85 2002/08/21 20:42:24 petere Exp $
88#
99# -------------------------------------------------------------------------
1010
3131
3232all : submake-libpgport postgres $(POSTGRES_IMP )
3333 $(MAKE ) -C utils/mb/conversion_procs $@
34- ifeq ($(enable_nls ) , yes)
35- $(MAKE) -C po all
36- endif
3734
3835ifneq ($(PORTNAME ) , win)
3936
@@ -111,9 +108,7 @@ distprep:
111108 $(MAKE ) -C parser gram.c parse.h scan.c
112109 $(MAKE ) -C bootstrap bootparse.c bootstrap_tokens.h bootscanner.c
113110 $(MAKE ) -C utils/misc guc-file.c
114- ifeq ($(enable_nls ) , yes)
115- $(MAKE) -C po $@
116- endif
111+
117112
118113# #########################################################################
119114
@@ -127,9 +122,6 @@ endif
127122 $(INSTALL_DATA) $(srcdir)/libpq/pg_hba.conf.sample $(DESTDIR)$(datadir)/pg_hba.conf.sample
128123 $(INSTALL_DATA) $(srcdir)/libpq/pg_ident.conf.sample $(DESTDIR)$(datadir)/pg_ident.conf.sample
129124 $(INSTALL_DATA) $(srcdir)/utils/misc/postgresql.conf.sample $(DESTDIR)$(datadir)/postgresql.conf.sample
130- ifeq ($(enable_nls ) , yes)
131- $(MAKE) -C po $@
132- endif
133125 $(MAKE) -C utils/mb $@
134126 $(MAKE) -C utils/mb/conversion_procs $@
135127
@@ -153,9 +145,7 @@ endif
153145ifeq ($(MAKE_EXPORTS ) , true)
154146 $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
155147endif
156- ifeq ($(enable_nls ) , yes)
157- $(MAKE) -C po $@
158- endif
148+
159149
160150# #########################################################################
161151
@@ -173,9 +163,6 @@ endif
173163 rm -f $(DESTDIR)$(datadir)/pg_hba.conf.sample \
174164 $(DESTDIR)$(datadir)/pg_ident.conf.sample \
175165 $(DESTDIR)$(datadir)/postgresql.conf.sample
176- ifeq ($(enable_nls ) , yes)
177- $(MAKE) -C po $@
178- endif
179166
180167
181168# #########################################################################
@@ -190,9 +177,6 @@ ifeq ($(MAKE_DLL), true)
190177endif
191178endif
192179 for i in $(DIRS); do $(MAKE) -C $$i clean || exit; done
193- ifeq ($(enable_nls ) , yes)
194- $(MAKE) -C po $@
195- endif
196180
197181distclean : clean
198182 rm -f port/tas.s port/dynloader.c port/pg_sema.c port/pg_shmem.c
@@ -205,7 +189,6 @@ maintainer-clean: distclean
205189 $(srcdir ) /parser/scan.c \
206190 $(srcdir ) /parser/parse.h \
207191 $(srcdir ) /utils/misc/guc-file.c
208- $(MAKE ) -C po maintainer-clean
209192
210193
211194# #########################################################################
0 commit comments