aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2010-02-12 12:58:01 +0000
committerErlang/OTP <[email protected]>2010-02-12 12:58:01 +0000
commitba3758531a0b6dc6797457279e1ce0f99d282d20 (patch)
tree40974f5c8cd9d8929d4a2fb35cff1216eab8f0d9 /lib
parent9518eafc5ee2edd67e97c56e36807beba8f766ed (diff)
parenta7491f27cb82ea5a67614f0de05e69f9d305ad93 (diff)
downloadotp-ba3758531a0b6dc6797457279e1ce0f99d282d20.tar.gz
otp-ba3758531a0b6dc6797457279e1ce0f99d282d20.tar.bz2
otp-ba3758531a0b6dc6797457279e1ce0f99d282d20.zip
Merge branch 'kr/crypto_makefile' into ccase/r13b04_dev
* kr/crypto_makefile: Fix Makefile permission problem of crypto library on FreeBSD Erlang/OTP building
Diffstat (limited to 'lib')
-rw-r--r--lib/crypto/c_src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/c_src/Makefile.in b/lib/crypto/c_src/Makefile.in
index c62ebde27b..18040a3b26 100644
--- a/lib/crypto/c_src/Makefile.in
+++ b/lib/crypto/c_src/Makefile.in
@@ -128,7 +128,7 @@ include $(ERL_TOP)/make/otp_release_targets.mk
release_spec: opt
$(INSTALL_DIR) $(RELSYSDIR)/priv/obj
$(INSTALL_DIR) $(RELSYSDIR)/priv/lib
- $(INSTALL_PROGRAM) $(DRV_MAKEFILE) $(RELSYSDIR)/priv/obj
+ $(INSTALL_DATA) $(DRV_MAKEFILE) $(RELSYSDIR)/priv/obj
$(INSTALL_PROGRAM) $(OBJS) $(RELSYSDIR)/priv/obj
$(INSTALL_PROGRAM) $(DYN_DRIVER) $(RELSYSDIR)/priv/lib