[EMAIL PROTECTED] - Tue Nov  2 20:00:28 2004]:

> "make install" fails, complaining about an invalid semicolon while
> running "make install" in fips/sha1.
> 
> Reason: The target "install:" in fips/sha1/Makefile (as in other
> Makefiles in the fips directory tree) contains this shell command:
> 
>   if test -n "$(EXHEADER)"; then for i in $(EXHEADER) ; do ...
> 
> But EXHEADER is empty, thus this command expands to
> 
>   if test -n ""; then for i in  ; do ...

Problem solved.  You're not the first to have complained about it in the 
last few days, and Carson Gaspar came up with a good way to solve the 
problem.

That resolves this ticket.  Please test the next snapshot.

Cheers,
Richard

-- 
Richard Levitte
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to