Add functions to set ECDSA_METHOD structure.
[openssl.git] / crypto / objects / Makefile
index d7365e96c44dc527343a7d0d1d5de8a5a6fe9b00..94fd7aae7c417f9b121feb0582064aa858f19884 100644 (file)
@@ -34,7 +34,7 @@ top:
 all:   obj_dat.h obj_xref.h lib
 
 lib:   $(LIBOBJ)
-       $(AR) $(LIB) $(LIBOBJ)
+       $(ARX) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
        @touch lib
 
@@ -47,7 +47,7 @@ obj_mac.h: objects.pl objects.txt obj_mac.num
        @sleep 1; touch obj_mac.h; sleep 1
 
 obj_xref.h: objxref.pl obj_xref.txt obj_mac.num
-       $(PERL) objxref.pl > obj_xref.h
+       $(PERL) objxref.pl obj_mac.num obj_xref.txt > obj_xref.h
        @sleep 1; touch obj_xref.h; sleep 1
 
 files: