From c0e8fb6148ce9c539f6fbde71faa955cab85f214 Mon Sep 17 00:00:00 2001 From: Noah Misch <noah@leadboat.com> Date: Mon, 14 Jul 2014 14:07:45 -0400 Subject: [PATCH] contrib/test_decoding/Makefile sets MODULES, so omit OBJS. Michael Paquier --- contrib/test_decoding/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- GitLab