Skip to content

Commit 798fe1d

Browse files
committed
Fix bogus subdir setting ... wonder just what that affects ...
1 parent 3daf382 commit 798fe1d

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/15 09:19:03 heikki Exp $
7+
# $PostgreSQL: pgsql/src/backend/replication/walreceiver/Makefile,v 1.2 2010/01/15 20: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-
override CPPFLAGS := -I$(srcdir) -I$(libpq_srcdir) $(CPPFLAGS)
15+
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
1616

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

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