Browse Source

* Solved a warning about a missing clocale.pp

git-svn-id: trunk@29003 -
joost 10 years ago
parent
commit
23743ec6f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl-extra/fpmake.pp

+ 1 - 1
packages/rtl-extra/fpmake.pp

@@ -120,7 +120,7 @@ begin
        addinclude('ipccall.inc',[Linux]);
 //       addinclude('ipccdecl.inc',IPCcdeclOSes); // not used?
      end;
-    T:=P.Targets.AddUnit('unix/clocale.pp',CLocaleOSes);
+    T:=P.Targets.AddUnit('src/unix/clocale.pp',CLocaleOSes);
     with T.Dependencies do
      begin
        addinclude('clocale.inc',clocaleincOSes);