From: Andy Polyakov Date: Sat, 12 Mar 2005 09:13:15 +0000 (+0000) Subject: Avoid re-build avalanches with HP-UX make. X-Git-Tag: OpenSSL_0_9_7f~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2cf68c0b1ad860572e712893fbc4d471cf95a515;p=oweals%2Fopenssl.git Avoid re-build avalanches with HP-UX make. --- diff --git a/crypto/objects/Makefile b/crypto/objects/Makefile index 64467db5d0..e449147129 100644 --- a/crypto/objects/Makefile +++ b/crypto/objects/Makefile @@ -49,6 +49,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 >> $(TOP)/MINFO