aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/async/Makefile.in')
-rw-r--r--crypto/async/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/async/Makefile.in b/crypto/async/Makefile.in
index c50b04d73b..1a89b997ff 100644
--- a/crypto/async/Makefile.in
+++ b/crypto/async/Makefile.in
@@ -48,8 +48,8 @@ install:
@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
@headerlist="$(EXHEADER)"; for i in $$headerlist ; \
do \
- (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
- chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
+ (cp $$i $(DESTDIR)$(INSTALLTOP)/include/openssl/$$i; \
+ chmod 644 $(DESTDIR)$(INSTALLTOP)/include/openssl/$$i ); \
done;
depend: