diff --git a/Makefile b/Makefile index 8245c04351a4ceb736737d81527b622d85596217..1f2a10fd44c5a592e7c02664a6bd075c3ec390ee 100644 --- a/Makefile +++ b/Makefile @@ -806,9 +806,6 @@ listener_test: db/listener_test.o $(LIBOBJECTS) $(TESTHARNESS) thread_list_test: util/thread_list_test.o $(LIBOBJECTS) $(TESTHARNESS) $(AM_LINK) -compactor_test: utilities/compaction/compactor_test.o $(LIBOBJECTS) $(TESTHARNESS) - $(AM_LINK) - compact_files_test: db/compact_files_test.o $(LIBOBJECTS) $(TESTHARNESS) $(AM_LINK)