From: Richard Levitte Date: Fri, 10 Jan 2003 16:04:07 +0000 (+0000) Subject: Name the flag file correctly X-Git-Tag: OpenSSL_0_9_7a~86^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=448666239c23842aeb47d0272d7ce89a7ddb4ce7;p=openssl Name the flag file correctly --- 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