summaryrefslogtreecommitdiffstats
path: root/fips/aes/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'fips/aes/Makefile.ssl')
-rw-r--r--fips/aes/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/aes/Makefile.ssl b/fips/aes/Makefile.ssl
index 48b5c5ffcd..8b6cc36c27 100644
--- a/fips/aes/Makefile.ssl
+++ b/fips/aes/Makefile.ssl
@@ -45,7 +45,7 @@ check:
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
- @touch lib
+ @sleep 2; touch lib
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO