Browse Source

* support bootstrapping with FPC 3.0.2

git-svn-id: trunk@35178 -
Jonas Maebe 8 years ago
parent
commit
00751d257e
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Makefile
  2. 1 0
      Makefile.fpc

+ 1 - 0
Makefile

@@ -334,6 +334,7 @@ endif
 override PACKAGE_NAME=fpc
 override PACKAGE_NAME=fpc
 override PACKAGE_VERSION=3.1.1
 override PACKAGE_VERSION=3.1.1
 REQUIREDVERSION=3.0.0
 REQUIREDVERSION=3.0.0
+REQUIREDVERSION2=3.0.2
 ifndef inOS2
 ifndef inOS2
 override FPCDIR:=$(BASEDIR)
 override FPCDIR:=$(BASEDIR)
 export FPCDIR
 export FPCDIR

+ 1 - 0
Makefile.fpc

@@ -21,6 +21,7 @@ rule=help
 
 
 [prerules]
 [prerules]
 REQUIREDVERSION=3.0.0
 REQUIREDVERSION=3.0.0
+REQUIREDVERSION2=3.0.2
 
 
 
 
 # make versions < 3.77 (OS2 version) are buggy
 # make versions < 3.77 (OS2 version) are buggy