From: Fujii Masao Date: Fri, 12 Jun 2015 03:32:48 +0000 (+0900) Subject: Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile. X-Git-Tag: REL9_5_ALPHA1~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd3cff4778e011c584e1481a6803dec5d4756a6e;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/src/bin/pg_rewind/Makefile b/src/bin/pg_rewind/Makefile index 98213c4ad1f..7d607157e38 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