diff options
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r-- | package/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 027a74611..17ec4771e 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -57,8 +57,8 @@ CONFIG:= linux-embedded endif post-extract: - -mkdir -p $(STAGING_DIR)/usr/include/crypto - cp ./files/cryptodev.h $(STAGING_DIR)/usr/include/crypto/ + -mkdir -p $(STAGING_TARGET_DIR)/usr/include/crypto + cp ./files/cryptodev.h $(STAGING_TARGET_DIR)/usr/include/crypto/ do-configure: (cd $(WRKBUILD); \ |