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
14 lines
611 B
Plaintext
14 lines
611 B
Plaintext
--- demo/siegel/Makefile.orig Thu Jun 28 02:54:18 2001
|
|
+++ demo/siegel/Makefile Thu Jun 28 02:54:38 2001
|
|
@@ -33,7 +33,7 @@ clean:
|
|
for i in $(DIRS); do $(MAKE) -C $$i clean || exit 1; done
|
|
|
|
install:
|
|
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/siegel
|
|
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/siegel
|
|
- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/siegel
|
|
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/siegel
|
|
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/siegel
|
|
+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/siegel
|
|
for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
|