Avoid re-build avalanches with HP-UX make.
authorAndy Polyakov <appro@openssl.org>
Sat, 12 Mar 2005 09:13:15 +0000 (09:13 +0000)
committerAndy Polyakov <appro@openssl.org>
Sat, 12 Mar 2005 09:13:15 +0000 (09:13 +0000)
crypto/objects/Makefile

index 64467db5d0acbea1b6500286ff29d0439494abea..e449147129c6257834e316d336f7fa54230b4f1c 100644 (file)
@@ -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