Skip to content

Commit e8aae27

Browse files
committed
Fix bogus subdir setting. Again. I must've unfixed it by accident while
moving files around.
1 parent 09b115f commit e8aae27

File tree

1 file changed

+2
-2
lines changed
  • src/backend/replication/libpqwalreceiver

1 file changed

+2
-2
lines changed

src/backend/replication/libpqwalreceiver/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# Makefile for src/backend/replication/libpqwalreceiver
55
#
66
# IDENTIFICATION
7-
# $PostgreSQL: pgsql/src/backend/replication/libpqwalreceiver/Makefile,v 1.1 2010/01/20 09:16:24 heikki Exp $
7+
# $PostgreSQL: pgsql/src/backend/replication/libpqwalreceiver/Makefile,v 1.2 2010/01/20 20:34:51 heikki Exp $
88
#
99
#-------------------------------------------------------------------------
1010

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

0 commit comments

Comments
 (0)