1e9e021686
- A fairly significant rewrite of the port, as 4.0.0 now deprecates the traditinal OmniORB build infrastructure in favour of the GNU tools. PR: 44338 Submitted by: wjv Approved by: maintainer timeout
11 lines
332 B
Text
11 lines
332 B
Text
--- idl/GNUmakefile.in.orig Sun Aug 18 17:38:33 2002
|
|
+++ idl/GNUmakefile.in Fri Oct 18 17:32:26 2002
|
|
@@ -4,7 +4,7 @@
|
|
VPATH=@srcdir@
|
|
INSTALL=@INSTALL@
|
|
|
|
-INSTALLDIR = $(INSTALLIDLDIR)/omniORB
|
|
+INSTALLDIR = $(INSTALLIDLDIR)
|
|
|
|
FILES = Naming.idl bootstrap.idl corbaidl.idl echo.idl ir.idl orb.idl \
|
|
poa.idl poa_include.idl
|