Browse Source

- ipc unit because it crashes on 0.99.10

peter 26 years ago
parent
commit
9170b30465
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/linux/Makefile

+ 5 - 2
rtl/linux/Makefile

@@ -69,7 +69,7 @@ UNITOBJECTS=$(SYSTEMUNIT) strings linux \
             dos crt objects printer ports \
             dos crt objects printer ports \
             objpas sysutils typinfo math \
             objpas sysutils typinfo math \
             cpu mmx getopts heaptrc \
             cpu mmx getopts heaptrc \
-            errors sockets ipc graph
+            errors sockets graph
 
 
 
 
 #####################################################################
 #####################################################################
@@ -251,7 +251,10 @@ libsclean: fpc_libsclean
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.17  1999-03-16 00:47:09  peter
+# Revision 1.18  1999-03-22 13:09:10  peter
+#   - ipc unit because it crashes on 0.99.10
+#
+# Revision 1.17  1999/03/16 00:47:09  peter
 #   * makefile.fpc targets start with fpc_
 #   * makefile.fpc targets start with fpc_
 #   * small updates for install scripts
 #   * small updates for install scripts
 #
 #