repo.or.cz
/
harbours.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix pcc build
[harbours.git]
/
facade
/
ranlib
blob
ae4f9868964579ae571fcf5a1825c1bfa64e9692
1
#!/bin/sh
2
3
run_it
() {
4
# echo "[RANLIB $PWD]:" "$@"
5
exec
"$@"
6
}
7
8
run_it
$HELENOS_CROSS_PATH
/
$HSCT_REAL_TARGET
-ranlib
"$@"