summaryrefslogtreecommitdiffstats
path: root/crypto/objects
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-03-12 09:12:44 +0000
committerAndy Polyakov <appro@openssl.org>2005-03-12 09:12:44 +0000
commitf7f21255227888f880ec754fe6e924f809f68291 (patch)
treeddb9e5ccfef774558fc1f4c72d2c6bc8f0cd7c93 /crypto/objects
parent2b61034b0b2b1a2009dab47c72438a73c5c2d9e6 (diff)
Avoid re-build avalanches with HP-UX make.
Diffstat (limited to 'crypto/objects')
-rw-r--r--crypto/objects/Makefile.ssl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/objects/Makefile.ssl b/crypto/objects/Makefile.ssl
index 00f9ee34d2..3f01f9df6d 100644
--- a/crypto/objects/Makefile.ssl
+++ b/crypto/objects/Makefile.ssl
@@ -50,6 +50,7 @@ obj_dat.h: obj_dat.pl obj_mac.h
# objects.pl both reads and writes obj_mac.num
obj_mac.h: objects.pl objects.txt obj_mac.num
$(PERL) objects.pl objects.txt obj_mac.num obj_mac.h
+ @sleep 1; touch obj_mac.h; sleep 1
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO