Browse Source

* initc added

peter 25 years ago
parent
commit
838eebdcd4
2 changed files with 4 additions and 4 deletions
  1. 3 3
      rtl/linux/Makefile
  2. 1 1
      rtl/linux/Makefile.fpc

+ 3 - 3
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
 

+ 1 - 1
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 \