瀏覽代碼

disable gdbint dependency on Amiga

git-svn-id: trunk@28631 -
Károly Balogh 11 年之前
父節點
當前提交
21c8dea451
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ide/fpmake.pp

+ 1 - 1
ide/fpmake.pp

@@ -165,7 +165,7 @@ begin
     { This one is only needed if DEBUG is set }
     P.Dependencies.Add('regexpr');
     if not (NoGDBOption) then
-      P.Dependencies.Add('gdbint',AllOSes-[morphos,aros]);
+      P.Dependencies.Add('gdbint',AllOSes-AllAmigaLikeOSes);
     P.Dependencies.Add('graph',[go32v2]);
 
     P.SupportBuildModes:=[bmOneByOne];