diff options
author | Noah Misch <noah@leadboat.com> | 2014-07-14 14:07:45 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2014-07-14 14:07:45 -0400 |
commit | c0e8fb6148ce9c539f6fbde71faa955cab85f214 (patch) | |
tree | b528c0754a929f1b289f4aca173747bfada04aba | |
parent | c4a448eb55f35a7f582e30d15ee0ea10b67b70a2 (diff) | |
download | postgresql-c0e8fb6148ce9c539f6fbde71faa955cab85f214.tar.gz postgresql-c0e8fb6148ce9c539f6fbde71faa955cab85f214.zip |
contrib/test_decoding/Makefile sets MODULES, so omit OBJS.
Michael Paquier
-rw-r--r-- | contrib/test_decoding/Makefile | 1 |
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 |