projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0ac323
)
Name the flag file correctly
author
Richard Levitte
<levitte@openssl.org>
Fri, 10 Jan 2003 16:04:07 +0000
(16:04 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 10 Jan 2003 16:04:07 +0000
(16:04 +0000)
engines/Makefile.ssl
patch
|
blob
|
history
diff --git
a/engines/Makefile.ssl
b/engines/Makefile.ssl
index a3cff02c572b5684e6bd3045166052c31290d963..d20f2bdab04acc002573175bf023274879d77861 100644
(file)
--- a/
engines/Makefile.ssl
+++ b/
engines/Makefile.ssl
@@
-63,9
+63,9
@@
ALL= $(GENERAL) $(SRC) $(HEADER)
top:
(cd ..; $(MAKE) DIRS=$(DIR) all)
-all: lib
s
+all: lib
-lib
s:
$(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 lib
s
+ touch lib
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO