On Fri, Jun 11, 1999 at 08:54:24AM +0200, Stéphane CORNOU wrote:

> I can't understand why the Makefile in apps/ do a 
>       rm -f openssl
> So, when i do a 'make install' after the 'make all', i have to rebuilt
> openssl. 
> My hp-ux takes 1 hour to build this latter. 
> 'Make clean' directive seems to be the rigth way to remove old files !?

$(RM) $(PROGRAM) (aka rm -f openssl) happens only when make has
determined that the openssl application has to be rebuilt.
What does "make -n install" print after you have run a complete
"make"?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to