X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2Finstall-includes;h=f403fd3720ed84a33f943519bf12cfe4577b8325;hb=9adf0cac23ff0639f64a9d510c71e5aab44c27e9;hp=1737b46ab59140d105d29ce8f811c931e805c4fa;hpb=aafbea40b7613274180c8bab60012a0322f8d7dd;p=libucw.git diff --git a/build/install-includes b/build/install-includes index 1737b46a..f403fd37 100755 --- a/build/install-includes +++ b/build/install-includes @@ -10,7 +10,7 @@ while [ -n "$1" ] ; do if [ ! -f "$DEST/$1" -o "$SRC/$1" -nt "$DEST/$1" ] ; then echo "INC $SRC/$1 -> $DEST/$1" mkdir -p $DEST/`dirname $1` - cp $SRC/$1 $DEST/$1 + sed -e 's/^\(#include[ ]*\)"\(.*\)"/\1<\2>/' <$SRC/$1 >$DEST/$1 fi shift done