Browse Source

* Wrong file extensions

git-svn-id: trunk@17365 -
michael 14 years ago
parent
commit
d7f5842c2e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      utils/instantfpc/Makefile
  2. 1 1
      utils/instantfpc/Makefile.fpc

+ 1 - 1
utils/instantfpc/Makefile

@@ -2521,4 +2521,4 @@ ifneq ($(wildcard fpcmake.loc),)
 include fpcmake.loc
 include fpcmake.loc
 endif
 endif
 .NOTPARALLEL:
 .NOTPARALLEL:
-fpdoc$(EXEEXT): instantfpc.pp instantfptools.pp
+fpdoc$(EXEEXT): instantfpc.pas instantfptools.pas

+ 1 - 1
utils/instantfpc/Makefile.fpc

@@ -23,5 +23,5 @@ units=instantfptools
 
 
 [rules]
 [rules]
 .NOTPARALLEL:
 .NOTPARALLEL:
-fpdoc$(EXEEXT): instantfpc.pp instantfptools.pp
+fpdoc$(EXEEXT): instantfpc.pas instantfptools.pas