Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile.

Fujii Masao <fujii@postgresql.org>

Commit: cd3cff4778e011c584e1481a6803dec5d4756a6e
Author: Fujii Masao <fujii@postgresql.org>
Date: 2015-06-12T03:32:48Z
Releases: 9.5.0
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

Files

PathChange+/−
src/bin/pg_rewind/Makefile modified +1 −1