diff options
| author | Fujii Masao <fujii@postgresql.org> | 2015-06-12 12:32:48 +0900 |
|---|---|---|
| committer | Fujii Masao <fujii@postgresql.org> | 2015-06-12 12:32:48 +0900 |
| commit | cd3cff4778e011c584e1481a6803dec5d4756a6e (patch) | |
| tree | bc34f459a0e50377375344e169d72d523eb6cc95 /src/bin | |
| parent | 66447916f719130212c7930c47e902586a4bf054 (diff) | |
| download | postgresql-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')
| -rw-r--r-- | src/bin/pg_rewind/Makefile | 2 |
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 |
