aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2014-07-14 14:07:45 -0400
committerNoah Misch <noah@leadboat.com>2014-07-14 14:07:45 -0400
commitc0e8fb6148ce9c539f6fbde71faa955cab85f214 (patch)
treeb528c0754a929f1b289f4aca173747bfada04aba
parentc4a448eb55f35a7f582e30d15ee0ea10b67b70a2 (diff)
downloadpostgresql-c0e8fb6148ce9c539f6fbde71faa955cab85f214.tar.gz
postgresql-c0e8fb6148ce9c539f6fbde71faa955cab85f214.zip
contrib/test_decoding/Makefile sets MODULES, so omit OBJS.
Michael Paquier
-rw-r--r--contrib/test_decoding/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/test_decoding/Makefile b/contrib/test_decoding/Makefile
index 58e0f384cbb..daf4e60c39d 100644
--- a/contrib/test_decoding/Makefile
+++ b/contrib/test_decoding/Makefile
@@ -1,7 +1,6 @@
# contrib/test_decoding/Makefile
MODULES = test_decoding
-OBJS = test_decoding.o
# Note: because we don't tell the Makefile there are any regression tests,
# we have to clean those result files explicitly