Browse Source

Fixed and regenerated Makefile after removal of jarparamparser.pas

git-svn-id: trunk@24550 -
svenbarth 12 years ago
parent
commit
905ab16ea4
2 changed files with 2 additions and 2 deletions
  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