projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add error checking to obj_xref.pl and add command line support for data
[openssl.git]
/
crypto
/
objects
/
Makefile
diff --git
a/crypto/objects/Makefile
b/crypto/objects/Makefile
index
d7365e9
..
a8aedbd
100644
(file)
--- a/
crypto/objects/Makefile
+++ b/
crypto/objects/Makefile
@@
-47,7
+47,7
@@
obj_mac.h: objects.pl objects.txt obj_mac.num
@sleep 1; touch obj_mac.h; sleep 1
obj_xref.h: objxref.pl obj_xref.txt obj_mac.num
- $(PERL) objxref.pl > obj_xref.h
+ $(PERL) objxref.pl
obj_mac.num obj_xref.txt
> obj_xref.h
@sleep 1; touch obj_xref.h; sleep 1
files: