projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5f71f4
)
Make sure to use $(MAKE) everywhere instead of make.
author
Richard Levitte
<levitte@openssl.org>
Wed, 31 Jul 2002 13:49:22 +0000
(13:49 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 31 Jul 2002 13:49:22 +0000
(13:49 +0000)
Part of PR 181
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index e8a5afc3db8203469b9eb634e0b28a8160492935..c3c0ea2a7cb8d8d468723422a8a56342054d320e 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-677,7
+677,7
@@
install: all install_docs
done; \
( here="`pwd`"; \
cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
-
make
-f $$here/Makefile link-shared ); \
+
$(MAKE)
-f $$here/Makefile link-shared ); \
fi
install_docs: