Bladeren bron

m->c reversal for unix

David Rose 23 jaren geleden
bovenliggende
commit
282e0ce8d7
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      dtool/pptempl/Template.unix.pp

+ 1 - 1
dtool/pptempl/Template.unix.pp

@@ -104,7 +104,7 @@
 #defer lpath $[sort $[complete_lpath]] $[other_trees:%=%/lib] $[get_lpath]
 
 // And $[libs] is the set of libraries we will link with.
-#defer libs $[unique $[actual_local_libs:%=%$[dllext]] $[patsubst %:c,,%:m %,%$[dllext],$[OTHER_LIBS]] $[get_libs]]
+#defer libs $[unique $[actual_local_libs:%=%$[dllext]] $[patsubst %:m,,%:c %,%$[dllext],$[OTHER_LIBS]] $[get_libs]]
 
 // This is the set of files we might copy into *.prebuilt, if we have
 // bison and flex (or copy from *.prebuilt if we don't have them).