ben> > Just a quick build nit-pick:  when you do "make links" to set up the
ben> > includes directory, it misses the files pem.h and pem2.h.  It's easy
ben> > enough to fix by hand, but someone might want to patch up the makefile for
ben> > future generations.  ;^)
ben> 
ben> But but ... it does! At least, it does for me... in crypto/pem/Makefile:
ben> 
ben> EXHEADER= pem.h pem2.h
ben> 
ben> links: $(EXHEADER)
ben>    @$(TOP)/util/point.sh Makefile.ssl Makefile
ben>    @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
ben>    @$(TOP)/util/mklink.sh ../../test $(TEST)
ben>    @$(TOP)/util/mklink.sh ../../apps $(APPS)
ben> 
ben> Hmm. I wonder why it depends on $(EXHEADER), that seems wrong. Try
ben> eliminating the depenency and see if that helps (can't see why it would,
ben> though).

The dependency is there to make sure pem.h gets built from pem.org,
using ctx_size.  Of course, if pem.h has been built and make is buggy,
there's a chance make thinks the links target has already been done,
and then pem.h and pem2.h won't get linked...

On way to force it to happen is to have another dependency to a phony
FRC target, or something like that...

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-161 43  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis             -- [EMAIL PROTECTED]

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to