aboutsummaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-10 16:04:07 +0000
committerRichard Levitte <levitte@openssl.org>2003-01-10 16:04:07 +0000
commit448666239c23842aeb47d0272d7ce89a7ddb4ce7 (patch)
tree5cb12eb9b7acbeb2970600532482cabdae17ccd2 /engines
parentc0ac323360e9fe01ae3e614ca22bec05b578ff85 (diff)
downloadopenssl-448666239c23842aeb47d0272d7ce89a7ddb4ce7.tar.gz
Name the flag file correctly
Diffstat (limited to 'engines')
-rw-r--r--engines/Makefile.ssl6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/Makefile.ssl b/engines/Makefile.ssl
index a3cff02c57..d20f2bdab0 100644
--- a/engines/Makefile.ssl
+++ b/engines/Makefile.ssl
@@ -63,9 +63,9 @@ ALL= $(GENERAL) $(SRC) $(HEADER)
top:
(cd ..; $(MAKE) DIRS=$(DIR) all)
-all: libs
+all: lib
-libs: $(LIBOBJ)
+lib: $(LIBOBJ)
@if [ -n "$(SHARED_LIBS)" ]; then \
set -e; \
for l in $(LIBNAMES); do \
@@ -78,7 +78,7 @@ libs: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ); \
$(RANLIB) $(LIB) || echo Never mind.; \
fi; \
- touch libs
+ touch lib
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO