mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 05:10:38 +02:00
* fixes for 8.3 platforms
This commit is contained in:
parent
7044e6895b
commit
490f9abe4c
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,7 @@
|
|||||||
# OS categories
|
# OS categories
|
||||||
BSDs = freebsd netbsd openbsd darwin
|
BSDs = freebsd netbsd openbsd darwin
|
||||||
UNIXs = linux $(BSDs) sunos qnx
|
UNIXs = linux $(BSDs) sunos qnx
|
||||||
LIMIT83fs = go32v2 os2
|
LIMIT83fs = go32v2 os2 emx watcom
|
||||||
|
|
||||||
#Empty target for rules that always should run. Needed if
|
#Empty target for rules that always should run. Needed if
|
||||||
#the target is non-phoney, and there is non-phony prereqisites.
|
#the target is non-phoney, and there is non-phony prereqisites.
|
||||||
@ -895,7 +895,7 @@ endif
|
|||||||
# Generate fpcmade.<x>, use for 8.3 limited OS's the short extension
|
# Generate fpcmade.<x>, use for 8.3 limited OS's the short extension
|
||||||
# Otherwise use the full name
|
# Otherwise use the full name
|
||||||
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
||||||
FPCMADE=fpcmade$(FPCMADEEXT)
|
FPCMADE=fpcmade.$(FPCMADEEXT)
|
||||||
else
|
else
|
||||||
FPCMADE=fpcmade.$(FULL_TARGET)
|
FPCMADE=fpcmade.$(FULL_TARGET)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user