Browse Source

* Restored gdbver-target, was removed in r29050, but set .installed
:= false. Its in some cases necessary to get the gdb-version.

git-svn-id: trunk@29144 -

joost 10 years ago
parent
commit
9d22150f37
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/gdbint/fpmake.pp

+ 2 - 1
packages/gdbint/fpmake.pp

@@ -164,7 +164,8 @@ begin
     P.BeforeCompileProc:=@BeforeCompile_gdbint;
     P.AfterCompileProc:=@AfterCompile_gdbint;
 
-    //p.Targets.AddProgram('src'+PathDelim+'gdbver.pp');
+    T := p.Targets.AddProgram('src'+PathDelim+'gdbver.pp');
+    T.Install := false;
     //
     // NOTE: the gdbver.inc dependancies gives warnings because the makefile.fpc
     // does a "cp src/gdbver_nogdb.inc src/gdbver.inc" to create it