Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit187c58f

Browse files
committed
Ooops, missed committing this one...
1 parent95cc41b commit187c58f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎src/backend/libpq/Makefile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for libpq subsystem (backend half of libpq interface)
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.13 1998/07/26 04:30:27 scrappy Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.14 1999/04/25 03:27:15 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -23,9 +23,10 @@ ifdef MULTIBYTE
2323
CFLAGS+=$(MBFLAGS)
2424
endif
2525

26-
OBJS = be-dumpdata.o be-fsstubs.o be-pqexec.o pqcomprim.o\
27-
auth.o hba.o crypt.o pqcomm.o portal.o util.o portalbuf.o pqpacket.o pqsignal.o\
28-
password.o
26+
OBJS = be-dumpdata.o be-fsstubs.o be-pqexec.o portal.o portalbuf.o\
27+
auth.o hba.o crypt.o password.o\
28+
pqcomm.o pqformat.o pqpacket.o pqsignal.o util.o
29+
2930

3031
all: SUBSYS.o
3132

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp