e38f8ebe1a
Port Maintainer : Andre S. Barbosa <andre@ravel.ufrj.br> --- Mico is a freely available and complete CORBA-compliant implementation. It allows applications to interoperate in a distributed and heterogeneous environment, regardless of the locations of the applications, operating systems and programming language. WWW: http://www.mico.org
12 lines
388 B
Plaintext
12 lines
388 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2001/06/28 19:59:07 shell Exp $
|
|
--- Makefile.orig Sat Mar 24 17:38:06 2001
|
|
+++ Makefile Sat Mar 24 17:41:01 2001
|
|
@@ -62,7 +62,6 @@ install:
|
|
$(IDIRCMD) $(SHARED_INSTDIR)/doc/mico; \
|
|
$(IMANCMD) doc/doc.ps $(SHARED_INSTDIR)/doc/mico/manual.ps; \
|
|
fi
|
|
- -ldconfig
|
|
|
|
install-cd:
|
|
for i in $(INSTALLDIRS); do $(MAKE) -C $$i install-cd || exit 1; done
|