summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/Makefile
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2015-06-12 12:32:48 +0900
committerFujii Masao <fujii@postgresql.org>2015-06-12 12:32:48 +0900
commitcd3cff4778e011c584e1481a6803dec5d4756a6e (patch)
treebc34f459a0e50377375344e169d72d523eb6cc95 /src/bin/pg_rewind/Makefile
parent66447916f719130212c7930c47e902586a4bf054 (diff)
downloadpostgresql-cd3cff4778e011c584e1481a6803dec5d4756a6e.tar.gz
Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile.
RMGRDESCSOURCES is defined and used only in pg_xlogdump Makefile, but pg_rewind Makefile mentioned it as extra files to remove in "make clean". This patch removes that useless mention from pg_rewind Makefile. Michael Paquier
Diffstat (limited to 'src/bin/pg_rewind/Makefile')
-rw-r--r--src/bin/pg_rewind/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/Makefile b/src/bin/pg_rewind/Makefile
index 98213c4ad1..7d607157e3 100644
--- a/src/bin/pg_rewind/Makefile
+++ b/src/bin/pg_rewind/Makefile
@@ -24,7 +24,7 @@ OBJS = pg_rewind.o parsexlog.o xlogreader.o datapagemap.o timeline.o \
fetch.o file_ops.o copy_fetch.o libpq_fetch.o filemap.o logging.o \
$(WIN32RES)
-EXTRA_CLEAN = $(RMGRDESCSOURCES) xlogreader.c
+EXTRA_CLEAN = xlogreader.c
all: pg_rewind