소스 검색

* Coment make gdbint line.

git-svn-id: branches/fixes_2_0@6743 -
daniel 18 년 전
부모
커밋
3207b20707
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 2
      ide/Makefile
  2. 1 1
      ide/Makefile.fpc

+ 1 - 2
ide/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/08/21]
+# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/12/01]
 #
 default: all
 MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-palmos arm-wince arm-gba powerpc64-linux
@@ -2572,7 +2572,6 @@ buildfp:
 	$(MAKE) fpc_all
 	$(MAKE) postgdbinfo
 gdb:
-	$(MAKE) -C ../packages/base/gdbint
 	$(MAKE) buildfp
 nogdb:
 	$(MAKE) buildfp NOGDB=1

+ 1 - 1
ide/Makefile.fpc

@@ -142,7 +142,7 @@ buildfp:
         $(MAKE) postgdbinfo
 
 gdb:
-        $(MAKE) -C ../packages/base/gdbint
+#        $(MAKE) -C ../packages/base/gdbint
         $(MAKE) buildfp
 
 nogdb: