summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2003-10-08 10:18:02 +0000
committerBen Laurie <ben@openssl.org>2003-10-08 10:18:02 +0000
commit871743aea9d8974fe2323647f5c6b3c16b2ef5d1 (patch)
tree2b5a8ba99da64cb7c43fe44ebaa78cb9e46b371d
parent2821a5e58710696b0b64f8ab329042d277a5086e (diff)
FIPS depends on object, so crypto must be built before fips.
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 5a9134dcb9..34bb3e97c3 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -173,7 +173,7 @@ LIBKRB5=
# we might set SHLIB_MARK to '$(SHARED_LIBS)'.
SHLIB_MARK=
-DIRS= fips crypto ssl $(SHLIB_MARK) sigs apps test tools
+DIRS= crypto fips ssl $(SHLIB_MARK) sigs apps test tools
SHLIBDIRS= fips crypto ssl
# dirs in crypto to build