Commit 49e747e6 authored by Ulf Möller's avatar Ulf Möller
Browse files

Generate obj_dat.h in "make update".

parent 39b30b6a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -728,8 +728,6 @@ if($IsWindows) {
#endif
EOF
	close(OUT);

	system "perl crypto/objects/obj_dat.pl crypto/objects/objects.h crypto/objects/obj_dat.h";
} else {
	(system "make -f Makefile.ssl PERL=\'$perl\' links") == 0 or exit $?;
	### (system 'make depend') == 0 or exit $? if $depflags ne "";
+4 −1
Original line number Diff line number Diff line
@@ -299,11 +299,14 @@ util/libeay.num::
util/ssleay.num::
	perl util/mkdef.pl ssl update

crypto/objects/obj_dat.h::
	perl crypto/objects/obj_dat.pl crypto/objects/objects.h crypto/objects/obj_dat.h

TABLE: Configure
	(echo 'Output of `Configure TABLE'"':"; \
	perl Configure TABLE) > TABLE

update: depend errors util/libeay.num util/ssleay.num TABLE
update: depend errors util/libeay.num util/ssleay.num crypto/objects/obj_dat.h TABLE

tar:
	@tar --norecurse -cvf - \
+0 −1
Original line number Diff line number Diff line
lib
obj_dat.h
Makefile.save
+0 −3
Original line number Diff line number Diff line
@@ -37,9 +37,6 @@ top:

all:	obj_dat.h lib

obj_dat.h: objects.h obj_dat.pl
	$(PERL) ./obj_dat.pl objects.h obj_dat.h

lib:	$(LIBOBJ)
	$(AR) $(LIB) $(LIBOBJ)
	$(RANLIB) $(LIB)
+903 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading