]> git.donarmstrong.com Git - lilypond.git/commitdiff
(setup_paths): remove tfm1 tfm2 tfm3 include path
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 6 Mar 2005 23:58:05 +0000 (23:58 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 6 Mar 2005 23:58:05 +0000 (23:58 +0000)
hack.

ChangeLog
lily/main.cc

index 9174caa8c22b5e8475fbe392e6ef176c5cbfa338..23a749a8f12fd2982a2e81efd30913ceb6eeaf1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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:
index e754ea6ad0e0dbba429b4f03be88f91ab7ec7b1d..899c9bf2414e07916a70394aa90e47dfa073ba32 100644 (file)
@@ -241,13 +241,6 @@ setup_paths ()
     {
       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
     }
 }