mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 07:09:29 +02:00
* swap 2.6.4 and 2.6.2 in supported versions. Message now says 2.6.4, but 2.6.2 will work.
git-svn-id: trunk@27608 -
This commit is contained in:
parent
e0a910e813
commit
da234bc03f
4
Makefile
4
Makefile
@ -321,8 +321,8 @@ endif
|
||||
endif
|
||||
override PACKAGE_NAME=fpc
|
||||
override PACKAGE_VERSION=2.7.1
|
||||
REQUIREDVERSION=2.6.2
|
||||
REQUIREDVERSION2=2.6.4
|
||||
REQUIREDVERSION=2.6.4
|
||||
REQUIREDVERSION2=2.6.2
|
||||
ifndef inOS2
|
||||
override FPCDIR:=$(BASEDIR)
|
||||
export FPCDIR
|
||||
|
@ -20,8 +20,8 @@ fpcdir=.
|
||||
rule=help
|
||||
|
||||
[prerules]
|
||||
REQUIREDVERSION=2.6.2
|
||||
REQUIREDVERSION2=2.6.4
|
||||
REQUIREDVERSION=2.6.4
|
||||
REQUIREDVERSION2=2.6.2
|
||||
|
||||
|
||||
# make versions < 3.77 (OS2 version) are buggy
|
||||
|
Loading…
Reference in New Issue
Block a user