diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-14 20:43:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-14 20:43:07 +0100 |
commit | 03a3e89323b25baa92185a5282dfb2d3cb9eab5f (patch) | |
tree | ff5d38efbbe9ad65c7c6cd30c46b7dd2471d26be /package/openssl/Makefile | |
parent | 538fd6d2805c5b15b7d25a2f92675cdaa19df9f0 (diff) |
extra call to depend seems not required anymore
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r-- | package/openssl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index b6ba26f02..3853a9de4 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -59,9 +59,6 @@ do-configure: do-build: $(MAKE) -C $(WRKBUILD) \ - OPTIMIZATION_FLAGS="$(TARGET_CFLAGS) -fPIC" \ - depend - $(MAKE) -C $(WRKBUILD) \ CC="$(TARGET_CC)" \ AR="$(TARGET_CROSS)ar r" \ RANLIB="$(TARGET_CROSS)ranlib" \ |