summaryrefslogtreecommitdiff
path: root/crypto/bf
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-15 22:23:26 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-15 22:23:26 +0000
commit81a86fcf1729dea3c62db53af8890d701870c5ce (patch)
treea9d8b3c16c75d76f9d8022feed91ff2364b10d1f /crypto/bf
parenta534bb09d336c2f53dff4138b515c07889339381 (diff)
downloadopenssl-new-81a86fcf1729dea3c62db53af8890d701870c5ce.tar.gz
Fool-proofing Makefiles
Diffstat (limited to 'crypto/bf')
-rw-r--r--crypto/bf/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/crypto/bf/Makefile b/crypto/bf/Makefile
index 778d9084e4..152bb2c0da 100644
--- a/crypto/bf/Makefile
+++ b/crypto/bf/Makefile
@@ -8,10 +8,6 @@ CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
-INSTALL_PREFIX=
-OPENSSLDIR= /usr/local/ssl
-INSTALLTOP=/usr/local/ssl
-MAKE= make
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
MAKEFILE= Makefile
@@ -68,9 +64,8 @@ links:
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
-install: installs
-
-installs:
+install:
+ @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
@headerlist="$(EXHEADER)"; for i in $$headerlist ; \
do \
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \