summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/objects/Makefile.ssl')
-rw-r--r--src/lib/libcrypto/objects/Makefile.ssl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/objects/Makefile.ssl b/src/lib/libcrypto/objects/Makefile.ssl
index 53450f8754..f05e15df96 100644
--- a/src/lib/libcrypto/objects/Makefile.ssl
+++ b/src/lib/libcrypto/objects/Makefile.ssl
@@ -37,9 +37,6 @@ top:
37 37
38all: obj_dat.h lib 38all: obj_dat.h lib
39 39
40obj_dat.h: objects.h obj_dat.pl
41 $(PERL) ./obj_dat.pl < objects.h > obj_dat.h
42
43lib: $(LIBOBJ) 40lib: $(LIBOBJ)
44 $(AR) $(LIB) $(LIBOBJ) 41 $(AR) $(LIB) $(LIBOBJ)
45 $(RANLIB) $(LIB) 42 $(RANLIB) $(LIB)