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

Commitbcee9e8

Browse files
committed
Remove unnecessary inclusion of libpq into pg_regress --- overly
enthusiastic copy and paste ...
1 parenta38c85b commitbcee9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
77
# Portions Copyright (c) 1994, Regents of the University of California
88
#
9-
# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.58 2006/07/19 02:37:00 tgl Exp $
9+
# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.59 2006/07/1904:02:31 tgl Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -50,7 +50,7 @@ EXTRADEFS = '-DPGBINDIR="$(bindir)"' \
5050
all: submake-libpgport pg_regress$(X)
5151

5252
pg_regress$(X): pg_regress.o
53-
$(CC)$(CFLAGS)$^$(libpq_pgport)$(LDFLAGS)$(LIBS) -o$@
53+
$(CC)$(CFLAGS)$^$(LDFLAGS)$(LIBS) -o$@
5454

5555
# depend on Makefile.global to ensure that symbol changes propagate
5656
pg_regress.o: pg_regress.c$(top_builddir)/src/Makefile.global

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp