Russell Selph wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Just a quick build nit-pick:  when you do "make links" to set up the
> includes directory, it misses the files pem.h and pem2.h.  It's easy
> enough to fix by hand, but someone might want to patch up the makefile for
> future generations.  ;^)

But but ... it does! At least, it does for me... in crypto/pem/Makefile:

EXHEADER= pem.h pem2.h

links: $(EXHEADER)
        @$(TOP)/util/point.sh Makefile.ssl Makefile
        @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
        @$(TOP)/util/mklink.sh ../../test $(TEST)
        @$(TOP)/util/mklink.sh ../../apps $(APPS)

Hmm. I wonder why it depends on $(EXHEADER), that seems wrong. Try
eliminating the depenency and see if that helps (can't see why it would,
though).

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
     - Indira Gandhi
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to