From 03091e1e6a0cb4547efc9ecbfd5c0341360860a6 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Tue, 19 Jul 2016 14:57:16 +0100 Subject: [PATCH] Remove stale Makefile lines for old test suite --- tests/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 4fe75a89c7..b86702c345 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -368,10 +368,6 @@ test_suite_mpi$(EXEXT): test_suite_mpi.c $(DEP) echo " CC $<" $(CC) $(LOCAL_CFLAGS) $(CFLAGS) $< $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ -test_suite_pbkdf2$(EXEXT): test_suite_pbkdf2.c $(DEP) - echo " CC $<" - $(CC) $(LOCAL_CFLAGS) $(CFLAGS) $< $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ - test_suite_pem$(EXEXT): test_suite_pem.c $(DEP) echo " CC $<" $(CC) $(LOCAL_CFLAGS) $(CFLAGS) $< $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@