cpp now gets installed in the right place.
This commit is contained in:
parent
dc4606aa21
commit
eed5d461e4
|
@ -224,7 +224,7 @@ tool_ego = group {
|
||||||
ego_descr = simple {
|
ego_descr = simple {
|
||||||
outputs = {"%U%-%I%"},
|
outputs = {"%U%-%I%"},
|
||||||
command = {
|
command = {
|
||||||
"%BINDIR%bin/cpp -P -I%HEADERDIR% %in[1]% | sed -f %in[2]% > %out[1]%"
|
"%BINDIR%%PLATDEP%/cpp -P -I%HEADERDIR% %in[1]% | sed -f %in[2]% > %out[1]%"
|
||||||
},
|
},
|
||||||
|
|
||||||
file (d.."descr/%ARCH%.descr"),
|
file (d.."descr/%ARCH%.descr"),
|
||||||
|
@ -235,6 +235,8 @@ ego_descr = simple {
|
||||||
|
|
||||||
-- Revision history
|
-- Revision history
|
||||||
-- $Log$
|
-- $Log$
|
||||||
-- Revision 1.1 2006-07-22 00:52:01 dtrg
|
-- Revision 1.2 2006-07-23 17:52:23 dtrg
|
||||||
-- Added support for the ego global optimisation suite.
|
-- cpp now gets installed in the right place.
|
||||||
--
|
--
|
||||||
|
-- Revision 1.1 2006/07/22 00:52:01 dtrg
|
||||||
|
-- Added support for the ego global optimisation suite.
|
||||||
|
|
Loading…
Reference in a new issue