From: Noah Misch Date: Mon, 14 Jul 2014 18:07:45 +0000 (-0400) Subject: contrib/test_decoding/Makefile sets MODULES, so omit OBJS. X-Git-Tag: REL9_5_ALPHA1~1733 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0e8fb6148ce9c539f6fbde71faa955cab85f214;p=thirdparty%2Fpostgresql.git contrib/test_decoding/Makefile sets MODULES, so omit OBJS. Michael Paquier --- 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