summaryrefslogtreecommitdiff
path: root/io/source/acceptor
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2000-10-31 14:58:28 +0000
committerJörg Budischewski <jbu@openoffice.org>2000-10-31 14:58:28 +0000
commit60a6c1b5b9f4121cc85154aad96f3d1b8dd6e813 (patch)
treeb7635c85576a93cb45cf11c579da1f2d9e03b98f /io/source/acceptor
parentb799dfa3a4d8060772158939d6e9484ac56c3268 (diff)
must change: new way to generate descriptions and types
Diffstat (limited to 'io/source/acceptor')
-rw-r--r--io/source/acceptor/makefile.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/io/source/acceptor/makefile.mk b/io/source/acceptor/makefile.mk
index fea8a1268..0f46d30d5 100644
--- a/io/source/acceptor/makefile.mk
+++ b/io/source/acceptor/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: ganaya $ $Date: 2000-10-13 18:00:29 $
+# last change: $Author: jbu $ $Date: 2000-10-31 15:56:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -80,13 +80,12 @@ UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
UNOUCROUT=$(OUT)$/inc$/acceptor
INCPRE+= $(UNOUCROUT)
-UNOTYPES=$($(TARGET)_XML2CMPTYPES)
SLOFILES= \
$(SLO)$/acceptor.obj \
$(SLO)$/acc_pipe.obj \
- $(SLO)$/acc_socket.obj \
- $(SLO)$/$(COMP1TYPELIST)_description.obj
+ $(SLO)$/acc_socket.obj
+
# NETBSD: somewhere we have to instantiate the static data members.
# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work.
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols