diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-10 16:02:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-10 16:02:53 +0100 |
commit | 3ccce9f9a1b7bb22878c61de1256cb5ec3413d5a (patch) | |
tree | 213ce696ef38b4ade15b36b4b12483115915e582 /package/openssl | |
parent | b4fe3943815cb5306ed062e593547d7698dfd0b7 (diff) |
add basic ccache support
Diffstat (limited to 'package/openssl')
-rw-r--r-- | package/openssl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 472362adc..b6ba26f02 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -59,7 +59,6 @@ do-configure: do-build: $(MAKE) -C $(WRKBUILD) \ - MAKEDEPPROG="$(TARGET_CC)" \ OPTIMIZATION_FLAGS="$(TARGET_CFLAGS) -fPIC" \ depend $(MAKE) -C $(WRKBUILD) \ |