Browse Source

* fixed sharedlibunitobjects
* remove gpm from sharedlib

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

+ 2 - 2
rtl/linux/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v0.99.13 [2000/01/28]
+# Makefile generated by fpcmake v0.99.13 [2000/02/02]
 #
 
 defaultrule: all
@@ -228,7 +228,7 @@ endif
 # Libraries
 
 LIBNAME=fprtl
-SHAREDLIBOBJECTUNITS=$(SYSTEMUNIT) objpas strings linux ports dos crt objects printer sysutils typinfo math cpu mmx getopts heaptrc errors sockets gpm ipc
+SHAREDLIBUNITOBJECTS=$(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

@@ -33,7 +33,7 @@ libunits=$(SYSTEMUNIT) objpas strings \
       dos crt objects printer \
       sysutils typinfo math \
       cpu mmx getopts heaptrc \
-      errors sockets gpm ipc
+      errors sockets ipc
 
 
 [presettings]