Minor corrections (HPUX).
From: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
This commit is contained in:
parent
02af65b347
commit
864170286a
@ -62,7 +62,9 @@
|
|||||||
#include <openssl/dso.h>
|
#include <openssl/dso.h>
|
||||||
#include "engine_int.h"
|
#include "engine_int.h"
|
||||||
#include <openssl/engine.h>
|
#include <openssl/engine.h>
|
||||||
|
#ifdef HAVE_DLFCN_H
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef NO_HW
|
#ifndef NO_HW
|
||||||
|
@ -44,10 +44,10 @@ lib: $(LIBOBJ)
|
|||||||
@touch lib
|
@touch lib
|
||||||
|
|
||||||
obj_dat.h: objects.h objects.txt obj_mac.h
|
obj_dat.h: objects.h objects.txt obj_mac.h
|
||||||
perl obj_dat.pl obj_mac.h obj_dat.h
|
$(PERL) obj_dat.pl obj_mac.h obj_dat.h
|
||||||
|
|
||||||
obj_mac.h: objects.txt obj_mac.num
|
obj_mac.h: objects.txt obj_mac.num
|
||||||
perl objects.pl objects.txt obj_mac.num obj_mac.h
|
$(PERL) objects.pl objects.txt obj_mac.num obj_mac.h
|
||||||
|
|
||||||
files:
|
files:
|
||||||
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
|
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user