From 871743aea9d8974fe2323647f5c6b3c16b2ef5d1 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Wed, 8 Oct 2003 10:18:02 +0000 Subject: [PATCH] FIPS depends on object, so crypto must be built before fips. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1