projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b61034
)
Avoid re-build avalanches with HP-UX make.
author
Andy Polyakov
<appro@openssl.org>
Sat, 12 Mar 2005 09:12:44 +0000
(09:12 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 12 Mar 2005 09:12:44 +0000
(09:12 +0000)
crypto/objects/Makefile.ssl
patch
|
blob
|
history
diff --git
a/crypto/objects/Makefile.ssl
b/crypto/objects/Makefile.ssl
index 00f9ee34d2e8d10e00d7a4a22b6e631c87980f26..3f01f9df6d252d3c61f85b50e50b45dd30c88c36 100644
(file)
--- 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