Browse Source

* add missing directory for gdbcon.pp source

git-svn-id: trunk@14035 -
pierre 15 years ago
parent
commit
409137bc44
2 changed files with 4 additions and 4 deletions
  1. 2 2
      packages/gdbint/Makefile
  2. 2 2
      packages/gdbint/Makefile.fpc

+ 2 - 2
packages/gdbint/Makefile

@@ -2999,9 +2999,9 @@ gdbint$(PPUEXT): gdbint.pp gdbver.inc
 endif
 gdbcon$(PPUEXT): gdbcon.pp gdbint$(PPUEXT)
 ifeq ($(wildcard $(GDBLIBDIR)/libmingw32.a),)
-	$(COMPILER) gdbcon.pp
+	$(COMPILER) src/gdbcon.pp
 else
-	$(COMPILER) -dUSE_MINGW_GDB gdbcon.pp
+	$(COMPILER) -dUSE_MINGW_GDB src/gdbcon.pp
 endif
 	$(EXECPPAS)
 ifeq ($(OS_TARGET),go32v2)

+ 2 - 2
packages/gdbint/Makefile.fpc

@@ -131,9 +131,9 @@ endif
 
 gdbcon$(PPUEXT): gdbcon.pp gdbint$(PPUEXT)
 ifeq ($(wildcard $(GDBLIBDIR)/libmingw32.a),)
-        $(COMPILER) gdbcon.pp
+        $(COMPILER) src/gdbcon.pp
 else
-        $(COMPILER) -dUSE_MINGW_GDB gdbcon.pp
+        $(COMPILER) -dUSE_MINGW_GDB src/gdbcon.pp
 endif
 	$(EXECPPAS)