From f7f21255227888f880ec754fe6e924f809f68291 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 12 Mar 2005 09:12:44 +0000 Subject: [PATCH] Avoid re-build avalanches with HP-UX make. --- crypto/objects/Makefile.ssl | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1