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

Commit798fe1d

Browse files
committed
Fix bogus subdir setting ... wonder just what that affects ...
1 parent3daf382 commit798fe1d

File tree

1 file changed

+3
-3
lines changed
  • src/backend/replication/walreceiver

1 file changed

+3
-3
lines changed

‎src/backend/replication/walreceiver/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
# Makefile for src/backend/replication/walreceiver
55
#
66
# IDENTIFICATION
7-
# $PostgreSQL: pgsql/src/backend/replication/walreceiver/Makefile,v 1.1 2010/01/1509:19:03 heikki Exp $
7+
# $PostgreSQL: pgsql/src/backend/replication/walreceiver/Makefile,v 1.2 2010/01/1520:34:11 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

11-
subdir = src/backend/postmaster/walreceiver
11+
subdir = src/backend/replication/walreceiver
1212
top_builddir = ../../../..
1313
include$(top_builddir)/src/Makefile.global
1414

15-
overrideCPPFLAGS := -I$(srcdir) -I$(libpq_srcdir)$(CPPFLAGS)
15+
overrideCPPFLAGS := -I$(libpq_srcdir)$(CPPFLAGS)
1616

1717
OBJS = walreceiver.o
1818
SHLIB_LINK =$(libpq)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp