Basicly, I have a string (called INCLUDES) thats been set to something like this: -I../../x -I../../y and so on. I need to convert it to --include-dir=../../x --include-dir=../../y It should work regardless of the number of different paths in the string. I am guessing that something like sed might work but I dont know the first thing about sed. Anyone got any ideas what to do here?
_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
