aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-03-10 00:12:38 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2011-03-10 00:12:38 -0500
commitf6587019ed2c2123c00c18db2d1e857a6258ff85 (patch)
tree644251644062e9378cd7953bfd86e4e23a609cb3 /src
parent174f65ab00bb8de0f119a6a60d562b516ba71bba (diff)
downloadpostgresql-f6587019ed2c2123c00c18db2d1e857a6258ff85.tar.gz
postgresql-f6587019ed2c2123c00c18db2d1e857a6258ff85.zip
replication/repl_gram.h needs to be cleaned too ...
Diffstat (limited to 'src')
-rw-r--r--src/backend/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile
index f29d28d4916..bbc59f76c73 100644
--- a/src/backend/Makefile
+++ b/src/backend/Makefile
@@ -309,6 +309,7 @@ maintainer-clean: distclean
catalog/postgres.description \
catalog/postgres.shdescription \
replication/repl_gram.c \
+ replication/repl_gram.h \
replication/repl_scanner.c \
utils/fmgroids.h \
utils/fmgrtab.c \