diff --git a/rtl/aix/Makefile b/rtl/aix/Makefile index 68cc82148f..3500921e65 100644 --- a/rtl/aix/Makefile +++ b/rtl/aix/Makefile @@ -2524,7 +2524,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/amiga/Makefile b/rtl/amiga/Makefile index 49a8e72017..a4f334e602 100644 --- a/rtl/amiga/Makefile +++ b/rtl/amiga/Makefile @@ -921,7 +921,7 @@ endif ifeq ($(CPU_OS_TARGET),powerpc-amiga) override TARGET_RSTS+=math rtlconsts typinfo classes sysconst endif -override INSTALL_FPCPACKAGE=y +override INSTALL_FPCPACKAGE=y y ifeq ($(CPU_OS_TARGET),m68k-amiga) override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(CPU_TARGET) $(AMIINC) endif @@ -2556,7 +2556,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/android/Makefile b/rtl/android/Makefile index 0979f3a9ff..547343f3dd 100644 --- a/rtl/android/Makefile +++ b/rtl/android/Makefile @@ -2663,7 +2663,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/aros/Makefile b/rtl/aros/Makefile index a331d7209b..c0d3b22e99 100644 --- a/rtl/aros/Makefile +++ b/rtl/aros/Makefile @@ -2571,7 +2571,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/atari/Makefile b/rtl/atari/Makefile index 7ae70fc397..4613ffb6ea 100644 --- a/rtl/atari/Makefile +++ b/rtl/atari/Makefile @@ -2526,7 +2526,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/beos/Makefile b/rtl/beos/Makefile index 37c5d0640f..9b98ede681 100644 --- a/rtl/beos/Makefile +++ b/rtl/beos/Makefile @@ -2532,7 +2532,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/darwin/Makefile b/rtl/darwin/Makefile index e038e931ab..f8c554e3a2 100644 --- a/rtl/darwin/Makefile +++ b/rtl/darwin/Makefile @@ -2652,7 +2652,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/dragonfly/Makefile b/rtl/dragonfly/Makefile index 2dfd5e02dd..e233b4044a 100644 --- a/rtl/dragonfly/Makefile +++ b/rtl/dragonfly/Makefile @@ -2533,7 +2533,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/embedded/Makefile b/rtl/embedded/Makefile index 38667bedb5..1d715cecc7 100644 --- a/rtl/embedded/Makefile +++ b/rtl/embedded/Makefile @@ -2890,7 +2890,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/emx/Makefile b/rtl/emx/Makefile index a476e3ec19..f988efdb18 100644 --- a/rtl/emx/Makefile +++ b/rtl/emx/Makefile @@ -2536,7 +2536,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/freebsd/Makefile b/rtl/freebsd/Makefile index 99bebd33c2..831fd8b7e1 100644 --- a/rtl/freebsd/Makefile +++ b/rtl/freebsd/Makefile @@ -2574,7 +2574,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/freertos/Makefile b/rtl/freertos/Makefile index a8414b8e6b..537401f9fb 100644 --- a/rtl/freertos/Makefile +++ b/rtl/freertos/Makefile @@ -2721,7 +2721,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/gba/Makefile b/rtl/gba/Makefile index 518358c229..e21cb92f21 100644 --- a/rtl/gba/Makefile +++ b/rtl/gba/Makefile @@ -2525,7 +2525,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/go32v2/Makefile b/rtl/go32v2/Makefile index 31032e6fbc..3cbd542d47 100644 --- a/rtl/go32v2/Makefile +++ b/rtl/go32v2/Makefile @@ -2531,7 +2531,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/haiku/Makefile b/rtl/haiku/Makefile index 4c57e1ad8b..f7551278dc 100644 --- a/rtl/haiku/Makefile +++ b/rtl/haiku/Makefile @@ -2565,7 +2565,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/java/Makefile b/rtl/java/Makefile index 7f98cb4a38..933089ef8c 100644 --- a/rtl/java/Makefile +++ b/rtl/java/Makefile @@ -2495,7 +2495,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/linux/Makefile b/rtl/linux/Makefile index a44cb49c42..f4ffbdab3c 100644 --- a/rtl/linux/Makefile +++ b/rtl/linux/Makefile @@ -3125,7 +3125,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/macos/Makefile b/rtl/macos/Makefile index 257dcba95f..76e286095b 100644 --- a/rtl/macos/Makefile +++ b/rtl/macos/Makefile @@ -2514,7 +2514,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/morphos/Makefile b/rtl/morphos/Makefile index 041dddaf75..1498515f08 100644 --- a/rtl/morphos/Makefile +++ b/rtl/morphos/Makefile @@ -2498,7 +2498,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/msdos/Makefile b/rtl/msdos/Makefile index c7a93e7f96..08bd76b9ac 100644 --- a/rtl/msdos/Makefile +++ b/rtl/msdos/Makefile @@ -2525,7 +2525,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/msxdos/Makefile b/rtl/msxdos/Makefile index cb757069b6..8f0614af59 100644 --- a/rtl/msxdos/Makefile +++ b/rtl/msxdos/Makefile @@ -2495,7 +2495,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/nativent/Makefile b/rtl/nativent/Makefile index 2a4f4b3671..9ed6571016 100644 --- a/rtl/nativent/Makefile +++ b/rtl/nativent/Makefile @@ -2502,7 +2502,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/nds/Makefile b/rtl/nds/Makefile index a6517e4932..74c514a376 100644 --- a/rtl/nds/Makefile +++ b/rtl/nds/Makefile @@ -2525,7 +2525,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/netbsd/Makefile b/rtl/netbsd/Makefile index 3c19146710..0f6b7eac84 100644 --- a/rtl/netbsd/Makefile +++ b/rtl/netbsd/Makefile @@ -2630,7 +2630,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/netware/Makefile b/rtl/netware/Makefile index 642bb95dd0..89ee565e15 100644 --- a/rtl/netware/Makefile +++ b/rtl/netware/Makefile @@ -2537,7 +2537,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/netwlibc/Makefile b/rtl/netwlibc/Makefile index 94c1bf372a..fa6a0c040c 100644 --- a/rtl/netwlibc/Makefile +++ b/rtl/netwlibc/Makefile @@ -2527,7 +2527,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/openbsd/Makefile b/rtl/openbsd/Makefile index f49d1d4aae..6cff54e43f 100644 --- a/rtl/openbsd/Makefile +++ b/rtl/openbsd/Makefile @@ -2563,7 +2563,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/os2/Makefile b/rtl/os2/Makefile index af80c372b9..8213b004b6 100644 --- a/rtl/os2/Makefile +++ b/rtl/os2/Makefile @@ -2535,7 +2535,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/palmos/Makefile b/rtl/palmos/Makefile index 5b11eca854..43ab939367 100644 --- a/rtl/palmos/Makefile +++ b/rtl/palmos/Makefile @@ -2538,7 +2538,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/sinclairql/Makefile b/rtl/sinclairql/Makefile index 8c1a3f7115..e4e2cd7b2a 100644 --- a/rtl/sinclairql/Makefile +++ b/rtl/sinclairql/Makefile @@ -2526,7 +2526,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/solaris/Makefile b/rtl/solaris/Makefile index 90f34cb1ce..42a83f9513 100644 --- a/rtl/solaris/Makefile +++ b/rtl/solaris/Makefile @@ -2539,7 +2539,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/symbian/Makefile b/rtl/symbian/Makefile index 76a4ae117c..49aa69e7c2 100644 --- a/rtl/symbian/Makefile +++ b/rtl/symbian/Makefile @@ -2516,7 +2516,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/wasi/Makefile b/rtl/wasi/Makefile index c3503f1027..aa396132d7 100644 --- a/rtl/wasi/Makefile +++ b/rtl/wasi/Makefile @@ -2500,7 +2500,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/watcom/Makefile b/rtl/watcom/Makefile index 33e7153071..e8c85fa55c 100644 --- a/rtl/watcom/Makefile +++ b/rtl/watcom/Makefile @@ -2532,7 +2532,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/wii/Makefile b/rtl/wii/Makefile index 83c205755a..b1d9ffadf9 100644 --- a/rtl/wii/Makefile +++ b/rtl/wii/Makefile @@ -2494,7 +2494,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/win16/Makefile b/rtl/win16/Makefile index f5f675af03..bd7e21e5d0 100644 --- a/rtl/win16/Makefile +++ b/rtl/win16/Makefile @@ -2525,7 +2525,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/win32/Makefile b/rtl/win32/Makefile index bff2eafbdd..eab31aea42 100644 --- a/rtl/win32/Makefile +++ b/rtl/win32/Makefile @@ -2539,7 +2539,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/win64/Makefile b/rtl/win64/Makefile index b63832e19f..263a30b4ec 100644 --- a/rtl/win64/Makefile +++ b/rtl/win64/Makefile @@ -2560,7 +2560,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/wince/Makefile b/rtl/wince/Makefile index 9560580bf5..56a4f7e4a7 100644 --- a/rtl/wince/Makefile +++ b/rtl/wince/Makefile @@ -2518,7 +2518,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS) diff --git a/rtl/zxspectrum/Makefile b/rtl/zxspectrum/Makefile index a2ce02276c..bfa5aadcbf 100644 --- a/rtl/zxspectrum/Makefile +++ b/rtl/zxspectrum/Makefile @@ -2492,7 +2492,7 @@ System.CharSet$(PPUEXT) : $(NSINC)/System.CharSet.pp $(CHARSET_DEPS) $(COMPILER) $(CHARSET_OPT) $< UNICODEDATA_DEPS = $(OBJPASDIR)/unicodedata.pas $(OBJPASDIR)/unicodedata.inc \ $(OBJPASDIR)/unicodedata_le.inc $(OBJPASDIR)/unicodedata_be.inc \ - $(SYSTEMUNIT)$(PPUEXT) + $(SYSTEMUNIT)$(PPUEXT) objpas$(PPUEXT) unicodedata$(PPUEXT) : $(UNICODEDATA_DEPS) $(COMPILER) -Fi$(OBJPASDIR) $(UNICODEDATA_OPT) $< System.CodePages.unicodedata$(PPUEXT) : $(NSINC)/System.CodePages.unicodedata.pas $(UNICODEDATA_DEPS)