Bill Wendling ebb263afa6 [svn-r6765] Purpose:
Bug Fix

Description:
    If there was a header file with a path like:

        /some/path/mpich.optimized/...

    The dependencies script would change that to

        /some/path/mpich.loptimized/...
                         ^--Note.

Solution:
    Mike McKay offered the solution to replace the substitution script
    from "s/\.o/\.lo/g" to "s/\.o(\b)/\.lo$1/g". It doesn't crash when
    run on Linux, but we need to make sure that it's okay for his
    machine.

Platforms tested:
    Linux, since this script is only run on GNU platforms.

Misc. update:
2003-04-28 13:39:41 -05:00
..
2002-05-28 13:02:38 -05:00
2003-03-31 12:39:53 -05:00
2002-04-02 17:08:23 -05:00
2002-04-02 17:08:23 -05:00
1998-07-17 14:03:43 -05:00
2003-04-28 13:39:41 -05:00
2000-09-19 12:04:46 -05:00
2003-03-31 12:39:53 -05:00
2003-03-31 12:39:53 -05:00
2001-05-25 15:02:33 -05:00
1999-11-01 10:21:16 -05:00
2002-06-13 06:32:12 -05:00
2002-04-25 00:36:03 -05:00
2003-03-31 12:39:53 -05:00
2001-07-06 00:43:38 -05:00
2003-04-16 16:11:45 -05:00
2003-04-02 16:35:57 -05:00
2002-03-05 19:55:31 -05:00
2003-02-17 12:11:03 -05:00