Browse Source

--- Merging (from foreign repository) r44221 into '.':
U utils/tply/fpmake.pp

git-svn-id: branches/fixes_3_2@44225 -

joost 5 năm trước cách đây
mục cha
commit
1a56efc159
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      utils/tply/fpmake.pp

+ 1 - 1
utils/tply/fpmake.pp

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