summaryrefslogtreecommitdiff
path: root/src/backend/Makefile
diff options
context:
space:
mode:
authorTatsuo Ishii2002-08-08 07:47:43 +0000
committerTatsuo Ishii2002-08-08 07:47:43 +0000
commit697b4720991494e1d76cfa18ec62972d33e68442 (patch)
tree6fe12f7dfe1af35974a458312ba865c1301c4627 /src/backend/Makefile
parent3c63578a7e703800c73bac15174e5f30f6c72682 (diff)
Address build problems on cygwin and (hopefully) AIX.
Diffstat (limited to 'src/backend/Makefile')
-rw-r--r--src/backend/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile
index dcfa3cad39b..69900e449c4 100644
--- a/src/backend/Makefile
+++ b/src/backend/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.82 2002/07/27 20:10:04 petere Exp $
+# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.83 2002/08/08 07:47:42 ishii Exp $
#
#-------------------------------------------------------------------------
@@ -30,6 +30,7 @@ endif
##########################################################################
all: submake-libpgport postgres $(POSTGRES_IMP)
+ $(MAKE) -C utils/mb/conversion_procs $@
ifeq ($(enable_nls), yes)
$(MAKE) -C po all
endif
@@ -130,6 +131,7 @@ ifeq ($(enable_nls), yes)
$(MAKE) -C po $@
endif
$(MAKE) -C utils/mb $@
+ $(MAKE) -C utils/mb/conversion_procs $@
install-bin: postgres $(POSTGRES_IMP) installdirs
$(INSTALL_PROGRAM) postgres$(X) $(DESTDIR)$(bindir)/postgres$(X)