mirror of
https://github.com/openssl/openssl.git
synced 2025-03-25 20:00:44 +08:00
Name the flag file correctly
This commit is contained in:
parent
c0ac323360
commit
448666239c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user