summaryrefslogtreecommitdiffstats
path: root/crypto/des/Makefile.ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-08-28 12:50:48 +0000
committerUlf Möller <ulf@openssl.org>1999-08-28 12:50:48 +0000
commitb357e95cc4e677320d9cc111daf73fbe0535f571 (patch)
tree17db44f4c88f1523b7b2b9a05648b7a598318001 /crypto/des/Makefile.ssl
parent1cbde6e4fa6a5bde5a62109acb58e02f1990608f (diff)
make testapps after the library.
Diffstat (limited to 'crypto/des/Makefile.ssl')
-rw-r--r--crypto/des/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/Makefile.ssl b/crypto/des/Makefile.ssl
index e9c94406e2..789063b3c1 100644
--- a/crypto/des/Makefile.ssl
+++ b/crypto/des/Makefile.ssl
@@ -53,7 +53,7 @@ ALL= $(GENERAL) $(SRC) $(HEADER)
top:
(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
-all: lib des
+all: lib
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)