From 1d56f9f32410990ee39e2a15abc034b9e9dd3a66 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Wed, 13 Sep 2023 21:19:42 +0000 Subject: [PATCH] Fix CP_UNITS_SRC variable value --- rtl/inc/Makefile.rtl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/inc/Makefile.rtl b/rtl/inc/Makefile.rtl index a648697109..bdd20b27d4 100644 --- a/rtl/inc/Makefile.rtl +++ b/rtl/inc/Makefile.rtl @@ -538,7 +538,7 @@ CP_UNITS_BASE=$(CP1250UNIT) $(CP1251UNIT) $(CP1252UNIT) $(CP1253UNIT) $(CP1254UN $(CP8859_13UNIT) $(CP8859_14UNIT) $(CP8859_15UNIT) $(CP8859_16UNIT) $(CPKOI8_RUNIT) $(CPKOI8_UUNIT) CP_UNITS=$(addprefix $(NS_CPUNITS),$(CP_UNITS_BASE)) -CP_UNITS_SRC=$(addsuffix .pas,$(addprefix charmaps/,$(CP_UNITS))) +CP_UNITS_SRC=$(addsuffix .pas,$(addprefix $(RTL)/charmaps/,$(CP_UNITS))) [install] fpcpackage=y