From 448666239c23842aeb47d0272d7ce89a7ddb4ce7 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 10 Jan 2003 16:04:07 +0000 Subject: [PATCH] Name the flag file correctly --- engines/Makefile.ssl | 6 +++--- 1 file 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 -- 2.25.1