| 87 | } |
| 88 | |
| 89 | static bool scour_path(const char *path) |
| 90 | { |
| 91 | /* KLUDGE: GNU make cannot handle dependencies with spaces in them. |
| 92 | * There may be addition characters that cause problems too. |
| 93 | */ |
| 94 | |
| 95 | return strchr(path, ' ') != NULL; |
| 96 | } |
| 97 | |
| 98 | static bool dequote_path(const char *winpath) |
| 99 | { |