Skip to content

Commit f20d2a8

Browse files
committed
Add more files from backend
1 parent 40184ee commit f20d2a8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/interfaces/libpq/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
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 $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -23,7 +23,7 @@ OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
2323
pqexpbuffer.o dllist.o pqsignal.o $(SNPRINTF) $(INET_ATON)
2424

2525
ifdef MULTIBYTE
26-
OBJS+= common.o wchar.o conv.o big5.o
26+
OBJS+= common.o wchar.o conv.o big5.o mbutils.o
2727
endif
2828

2929
# If crypt is a separate library, rather than part of libc,
@@ -58,7 +58,9 @@ inet_aton.c: $(backend_src)/port/inet_aton.c
5858
rm -f $@ && $(LN_S) $< .
5959

6060
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/%
6264
rm -f $@ && $(LN_S) $< .
6365
endif
6466

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy