X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fct%2FMakefile.in;h=21ff2313cee5c90dd978632516450b1caec47022;hp=7e58c3b237ca027f4d509a93998297c1b72f244d;hb=0cea8832df37d8fd3e664caec8abbdaa002122b1;hpb=186d04a543498753103f4b6e99f3d4460fe2676d diff --git a/crypto/ct/Makefile.in b/crypto/ct/Makefile.in index 7e58c3b237..21ff2313ce 100644 --- a/crypto/ct/Makefile.in +++ b/crypto/ct/Makefile.in @@ -15,8 +15,8 @@ CFLAGS= $(INCLUDES) $(CFLAG) $(SHARED_CFLAG) GENERAL=Makefile LIB=$(TOP)/libcrypto.a -LIBSRC= ct_lib.c ct_err.c ct_oct.c ct_prn.c -LIBOBJ= ct_lib.o ct_err.o ct_oct.o ct_prn.o +LIBSRC= ct_err.c ct_oct.c ct_prn.c ct_sct.c ct_x509v3.c +LIBOBJ= ct_err.o ct_oct.o ct_prn.o ct_sct.o ct_x509v3.o SRC= $(LIBSRC) @@ -27,8 +27,6 @@ ALL= $(GENERAL) $(SRC) $(HEADER) top: (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) -test: - all: lib lib: $(LIBOBJ) @@ -39,9 +37,6 @@ lib: $(LIBOBJ) files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO -errors: - $(PERL) $(TOP)/util/mkerr.pl -conf ct.ec -hprefix internal/ -write *.c - depend: $(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)