Changeset 3633

Show
Ignore:
Timestamp:
10/23/07 14:16:04 (1 year ago)
Author:
tg
Message:

fix ln if rebuilding

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/openssl/Makefile

    r3481 r3633  
    4444post-build: 
    4545        # some stupid idiots check for existence of the static libs 
    46         cd ${WRKBUILD}/bsd/libcrypto/obj && ln libcrypto_pic.a libcrypto.a 
    47         cd ${WRKBUILD}/bsd/libssl/obj && ln libssl_pic.a libssl.a 
     46        cd ${WRKBUILD}/bsd/libcrypto/obj && ln -f libcrypto_pic.a libcrypto.a 
     47        cd ${WRKBUILD}/bsd/libssl/obj && ln -f libssl_pic.a libssl.a 
    4848        # just give them static PIC libs, this way build is faster 
    4949