Explorar o código

* Fix the location where the .cod-files are installed on unices.

git-svn-id: trunk@35775 -
joost %!s(int64=8) %!d(string=hai) anos
pai
achega
2aa623964e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/tply/fpmake.pp

+ 1 - 1
utils/tply/fpmake.pp

@@ -77,7 +77,7 @@ begin
       begin
       // Do not install these files when performing a cross-installation
       if Defaults.OS in AllUnixOSes then
-        lexyaccpath:='$(prefix)lib/fpc/lexyacc'
+        lexyaccpath:='$(baseinstalldir)../lexyacc'
       else
         lexyaccpath:='$(bininstalldir)';
       P.InstallFiles.Add('yylex.cod',lexyaccpath);