File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.41 2000/09/17 13:02:49 petere Exp $
7
+ # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.42 2000/10/12 07:38:13 ishii Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -23,7 +23,7 @@ OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
23
23
pqexpbuffer.o dllist.o pqsignal.o $(SNPRINTF ) $(INET_ATON )
24
24
25
25
ifdef MULTIBYTE
26
- OBJS+ = common.o wchar.o conv.o big5.o
26
+ OBJS+ = common.o wchar.o conv.o big5.o mbutils.o
27
27
endif
28
28
29
29
# If crypt is a separate library, rather than part of libc,
@@ -58,7 +58,9 @@ inet_aton.c: $(backend_src)/port/inet_aton.c
58
58
rm -f $@ && $(LN_S ) $< .
59
59
60
60
ifdef MULTIBYTE
61
- common.c wchar.c conv.c big5.c : % : $(backend_src ) /utils/mb/%
61
+ maps = iso8859.map UTF_to_EUC_JP.map EUC_JP_to_UTF.map sjis.map
62
+ conv.c : $(maps )
63
+ common.c wchar.c conv.c big5.c mbutils.c $(maps ) : % : $(backend_src ) /utils/mb/%
62
64
rm -f $@ && $(LN_S ) $< .
63
65
endif
64
66
You can’t perform that action at this time.
0 commit comments