diff options
Diffstat (limited to 'crypto/objects')
-rw-r--r-- | crypto/objects/Makefile.ssl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crypto/objects/Makefile.ssl b/crypto/objects/Makefile.ssl index 31e513e675..04bec6c63b 100644 --- a/crypto/objects/Makefile.ssl +++ b/crypto/objects/Makefile.ssl @@ -88,16 +88,16 @@ $(ERRC).c: $(ERR).err # DO NOT DELETE THIS LINE -- make depend depends on it. o_names.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h -o_names.o: ../../include/crypto.h ../../include/lhash.h ../../include/stack.h -o_names.o: objects.h +o_names.o: ../../include/crypto.h ../../include/lhash.h +o_names.o: ../../include/opensslv.h ../../include/stack.h objects.h obj_dat.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h obj_dat.o: ../../include/buffer.h ../../include/crypto.h ../../include/e_os.h -obj_dat.o: ../../include/err.h ../../include/lhash.h ../../include/stack.h -obj_dat.o: ../cryptlib.h obj_dat.h objects.h +obj_dat.o: ../../include/err.h ../../include/lhash.h ../../include/opensslv.h +obj_dat.o: ../../include/stack.h ../cryptlib.h obj_dat.h objects.h obj_err.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h -obj_err.o: ../../include/crypto.h ../../include/err.h ../../include/stack.h -obj_err.o: objects.h +obj_err.o: ../../include/crypto.h ../../include/err.h ../../include/opensslv.h +obj_err.o: ../../include/stack.h objects.h obj_lib.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h obj_lib.o: ../../include/buffer.h ../../include/crypto.h ../../include/e_os.h -obj_lib.o: ../../include/err.h ../../include/lhash.h ../../include/stack.h -obj_lib.o: ../cryptlib.h objects.h +obj_lib.o: ../../include/err.h ../../include/lhash.h ../../include/opensslv.h +obj_lib.o: ../../include/stack.h ../cryptlib.h objects.h |