+2005-03-07 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+ * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
+ hack.
+
2005-03-06 Jan Nieuwenhuizen <janneke@gnu.org>
* flower/libc-extension.cc:
{
String path = prefix_directory + to_string ('/') + String (*s);
global_path.prepend (path);
-
-#if !KPATHSEA
- /* Urg: GNU make's $ (word) index starts at 1 */
- int i = 1;
- while (global_path.try_append (path + to_string (".") + to_string (i)))
- i++;
-#endif
}
}