Don't use 'return' where you should use 'PG_RETURN_xxx'.
[PostgreSQL.git] / src / backend / utils / mb / Makefile
blobe2eba964abba47ab89b3ceb17785258ae9bc8bd6
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for utils/mb
6 # IDENTIFICATION
7 # $PostgreSQL$
9 #-------------------------------------------------------------------------
11 subdir = src/backend/utils/mb
12 top_builddir = ../../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = encnames.o conv.o mbutils.o wchar.o wstrcmp.o wstrncmp.o
17 include $(top_srcdir)/src/backend/common.mk
19 clean distclean maintainer-clean:
20 $(MAKE) -C conversion_procs $@