Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile.
authorFujii Masao <fujii@postgresql.org>
Fri, 12 Jun 2015 03:32:48 +0000 (12:32 +0900)
committerFujii Masao <fujii@postgresql.org>
Fri, 12 Jun 2015 03:32:48 +0000 (12:32 +0900)
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

src/bin/pg_rewind/Makefile

index 98213c4ad1f20d956487cbc8ab24078864dbcee8..7d607157e38831a7c7f6f1fb4525aa9c57ad9968 100644 (file)
@@ -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