mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +02:00
* Makefiles regenerated
This commit is contained in:
parent
e1252e7302
commit
12a5595b20
@ -1,11 +1,11 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/11/26]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/12/05]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
||||
BSDs = freebsd netbsd openbsd darwin
|
||||
UNIXs = linux $(BSDs) sunos qnx
|
||||
LIMIT83fs = go32v2 os2
|
||||
LIMIT83fs = go32v2 os2 emx watcom
|
||||
FORCE:
|
||||
.PHONY: FORCE
|
||||
override PATH:=$(patsubst %/,%,$(subst \,/,$(PATH)))
|
||||
@ -681,7 +681,7 @@ HASSHAREDLIB=1
|
||||
ZIPSUFFIX=darwin
|
||||
endif
|
||||
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
||||
FPCMADE=fpcmade$(FPCMADEEXT)
|
||||
FPCMADE=fpcmade.$(FPCMADEEXT)
|
||||
else
|
||||
FPCMADE=fpcmade.$(FULL_TARGET)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user