From dbaf60832075633e5f79f8c9cda6c3694dd6bc97 Mon Sep 17 00:00:00 2001 From: Mike Bland Date: Tue, 24 Jun 2014 13:03:49 -0400 Subject: Remove redundant test targets outside of test/ These correspond to targets of the same name in test/Makefile that clash when using the single-makefile build method using GitConfigure and GitMake. Change-Id: If7e900c75f4341b446608b6916a3d76f202026ea Signed-off-by: Mike Bland Signed-off-by: Geoff Thorpe Reviewed-by: Richard Levitte --- crypto/jpake/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/jpake') diff --git a/crypto/jpake/Makefile b/crypto/jpake/Makefile index a4a1402f2e..62791ed9ca 100644 --- a/crypto/jpake/Makefile +++ b/crypto/jpake/Makefile @@ -43,8 +43,6 @@ dclean: clean: rm -f *.s *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff -jpaketest: top jpaketest.c $(LIB) - $(CC) $(CFLAGS) -Wall -Werror -g -o jpaketest jpaketest.c $(LIB) # DO NOT DELETE THIS LINE -- make depend depends on it. jpake.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -- cgit v1.2.3