aboutsummaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-05-02 14:42:21 +0200
committerRichard Levitte <levitte@openssl.org>2015-05-02 21:51:45 +0200
commit31ff45aa975acb43f1da20e714eadf4649655714 (patch)
treeaa00b48a88bdf7260abeb430fbff9d43819b196f /engines
parent9598996c93c572c173c6966082b08ce02c94841b (diff)
downloadopenssl-31ff45aa975acb43f1da20e714eadf4649655714.tar.gz
Remove obsolete make variables
ONEDIRS, EDIRS and WDIRS aren't used anywhere. Most probably remains from a build system of the past, it's time they get put to rest. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'engines')
-rw-r--r--engines/ccgost/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile
index edd1e50c88..1ce18485f0 100644
--- a/engines/ccgost/Makefile
+++ b/engines/ccgost/Makefile
@@ -17,7 +17,7 @@ SRC=$(LIBSRC)
LIBNAME=gost
top:
- (cd $(TOP); $(MAKE) DIRS=engines EDIRS=$(DIR) sub_all)
+ (cd $(TOP); $(MAKE) DIRS=engines sub_all)
all: lib