浏览代码

Fixed and regenerated Makefile after removal of jarparamparser.pas

git-svn-id: trunk@24550 -
svenbarth 12 年之前
父节点
当前提交
905ab16ea4
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      utils/fpcres/Makefile
  2. 1 1
      utils/fpcres/Makefile.fpc

+ 1 - 1
utils/fpcres/Makefile

@@ -2839,4 +2839,4 @@ include fpcmake.loc
 endif
 .NOTPARALLEL:
 fpcres$(EXEEXT): target.pas msghandler.pas closablefilestream.pas paramparser.pas sourcehandler.pas fpcres.pas
-fpcjres$(EXEEXT): msghandler.pas closablefilestream.pas paramparser.pas sourcehandler.pas fpcjres.pas jarsourcehandler.pas jarparamparser.pas
+fpcjres$(EXEEXT): msghandler.pas closablefilestream.pas paramparser.pas sourcehandler.pas fpcjres.pas jarsourcehandler.pas

+ 1 - 1
utils/fpcres/Makefile.fpc

@@ -20,4 +20,4 @@ fpcdir=../..
 [rules]
 .NOTPARALLEL:
 fpcres$(EXEEXT): target.pas msghandler.pas closablefilestream.pas paramparser.pas sourcehandler.pas fpcres.pas
-fpcjres$(EXEEXT): msghandler.pas closablefilestream.pas paramparser.pas sourcehandler.pas fpcjres.pas jarsourcehandler.pas jarparamparser.pas
+fpcjres$(EXEEXT): msghandler.pas closablefilestream.pas paramparser.pas sourcehandler.pas fpcjres.pas jarsourcehandler.pas