summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorappro <appro>2005-05-15 22:22:57 +0000
committerappro <appro>2005-05-15 22:22:57 +0000
commit7c7ebef3725eea024fd053c9c4b66ec3a0f52752 (patch)
tree8f4783b892d875b569dbd1098fa51b4d6160bfac /tools/Makefile
parentf8dd55bc630457a10394dd4caf5eae1cb1f9f53f (diff)
downloadopenssl-7c7ebef3725eea024fd053c9c4b66ec3a0f52752.tar.gz
Fool-proofing Makefiles
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile
index c0770b3cb..a9656a205 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -7,10 +7,6 @@ TOP= ..
CC= cc
INCLUDES= -I$(TOP) -I../../include
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
@@ -25,6 +21,7 @@ MISC_APPS= c_hash c_info c_issuer c_name
all:
install:
+ @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
@for i in $(APPS) ; \
do \
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \