diff --git a/rtl/linux/Makefile b/rtl/linux/Makefile index 56c56bcf5f..88bd1d9b5f 100644 --- a/rtl/linux/Makefile +++ b/rtl/linux/Makefile @@ -1,5 +1,5 @@ # -# Makefile generated by fpcmake v0.99.13 [2000/02/02] +# Makefile generated by fpcmake v0.99.13 [2000/01/30] # defaultrule: all @@ -202,7 +202,7 @@ endif # Targets override LOADEROBJECTS+=prt0 cprt0 gprt0 cprt21 gprt21 -override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings linux ports dos crt objects printer graph sysutils typinfo math cpu mmx getopts heaptrc errors sockets gpm ipc +override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings initc linux ports dos crt objects printer graph sysutils typinfo math cpu mmx getopts heaptrc errors sockets gpm ipc # Clean @@ -228,7 +228,7 @@ endif # Libraries LIBNAME=fprtl -SHAREDLIBUNITOBJECTS=$(SYSTEMUNIT) objpas strings linux ports dos crt objects printer sysutils typinfo math cpu mmx getopts heaptrc errors sockets ipc +SHAREDLIBOBJECTUNITS=$(SYSTEMUNIT) objpas strings linux ports dos crt objects printer sysutils typinfo math cpu mmx getopts heaptrc errors sockets ipc # Info diff --git a/rtl/linux/Makefile.fpc b/rtl/linux/Makefile.fpc index 09ffb32ec1..ef0a371517 100644 --- a/rtl/linux/Makefile.fpc +++ b/rtl/linux/Makefile.fpc @@ -4,7 +4,7 @@ [targets] loaders=prt0 cprt0 gprt0 cprt21 gprt21 -units=$(SYSTEMUNIT) objpas strings \ +units=$(SYSTEMUNIT) objpas strings initc \ linux ports \ dos crt objects printer graph \ sysutils typinfo math \