TIVI-153: Add as dependency for iputils
[profile/ivi/opensp.git] / sunfix.sh
1 #!/bin/sh
2
3 # Sun C++ 4.0.1 gets confused by the macros in include/NCVector.h.
4
5 cd include
6 mv NCVector.h NCVector.h.dist
7 sed -f NCVector.sed Vector.h >NCVector.h
8 chmod -w NCVector.h
9 sed -f NCVector.sed Vector.cxx >NCVector.cxx
10 chmod -w NCVector.cxx