mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 18:08:15 +02:00
* typo in fcl support
This commit is contained in:
parent
29cae38f12
commit
ea0940bea0
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/27]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/11/01]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
|
||||
@ -733,7 +733,11 @@ endif
|
||||
endif
|
||||
export MVPROG
|
||||
ifndef ECHOREDIR
|
||||
ECHOREDIR:=$(subst /,$(PATHSEP),$(ECHO))
|
||||
ifndef inUnix
|
||||
ECHOREDIR=echo
|
||||
else
|
||||
ECHOREDIR=$(ECHO)
|
||||
endif
|
||||
endif
|
||||
ifndef COPY
|
||||
COPY:=$(CPPROG) -fp
|
||||
@ -1454,7 +1458,7 @@ makefiles: fpc_makefiles
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
endif
|
||||
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
|
||||
ifneq ($(findstring 1.0.,$(FPC_VERSION)),)
|
||||
FCL=fcl
|
||||
endif
|
||||
DUMMYINSTALLDIR=$(BASEDIR)/tmp
|
||||
|
@ -16,7 +16,7 @@ fpcdir=../..
|
||||
[rules]
|
||||
|
||||
# Only 1.1 has Classes in the RTL
|
||||
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
|
||||
ifneq ($(findstring 1.0.,$(FPC_VERSION)),)
|
||||
FCL=fcl
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user