make/modules/Makefile

Print this page

        

@@ -93,12 +93,12 @@
 #       modules.list lists the modules to be created for the modules
 #       build and its members.
 #
 #    c. Install each module in the jigsaw module library
 #
-ORB_IDL=$(MODULEPATH_DIR)/$(IDLJ_MODULE)/lib/orb.idl
-IR_IDL=$(MODULEPATH_DIR)/$(IDLJ_MODULE)/lib/ir.idl
+ORB_IDL=$(MODULEPATH_DIR)/$(IDLJ_MODULE)/etc/orb.idl
+IR_IDL=$(MODULEPATH_DIR)/$(IDLJ_MODULE)/etc/ir.idl
 
 
 all: $(MODULES_LIST) module-info-classes $(ORB_IDL) $(IR_IDL) modularize
 
 

@@ -261,11 +261,11 @@
 # Copy orb.idl and ir.idl to idlj module
 # The *.idl files are imported during the build
 #
 # A better fix would be in make/common/internal/ImportComponents.gmk
 # to install imported files in a module
-$(MODULEPATH_DIR)/$(IDLJ_MODULE)/lib/%.idl : $(LIBDIR)/%.idl
+$(MODULEPATH_DIR)/$(IDLJ_MODULE)/etc/%.idl : $(LIBDIR)/%.idl
         $(install-non-module-file)
 
 clean clobber:: classes.clean
         $(clean-build)