소스 검색

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

git-svn-id: trunk@35775 -
joost 8 년 전
부모
커밋
2aa623964e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);